History log of /external/vogar/test/vogar/target/junit4/LongTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
45b3ffb2d3d0c310718926c1acc69f5bf946ee3f 23-Mar-2016 Paul Duffin <paulduffin@google.com> Improve the test coverage for vogar.target package

It removes a number of tests that test internal behaviour of the
TestRunner and replaces them with more comprehensive higher
level tests that are going to be more stable during refactoring.

The new tests are needed in preparation for moving from vogar's
custom implementation of JUnit to standard JUnit which will
improve consistency between vogar and CTS tests and will also
allow us to make use of JUnit4 capabilities.

The process of testing was:
1) Run coverage.
2) Remove old test and add new test.
3) Check coverage to ensure was at least the same.
4) Repeat until old tests were removed.

After that the coverage report directed which code needed more
testing and additional tests were added to cover that.

The only changes made to src/ directory is to remove some usages
of @VisibleForTesting annotations from and restrict the access
to those members that are no longer required for testing.

Bug: 27940141
Change-Id: I1f215f4a19213a775cc609990eb15224a6a04f5b
/external/vogar/test/vogar/target/junit4/LongTest.java
bd8bda78cc5740aeae8de67b52f1d86e208f4864 07-Mar-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Use our own minimal JUnit instead of the full framework. This permits us to create test instances lazily and dispose of them eagerly.

git-svn-id: http://vogar.googlecode.com/svn/trunk@238 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/test/vogar/target/junit4/LongTest.java
3b87953e156bf57511664a32ed95bcedb8131e0d 22-Sep-2010 dominicc@google.com <dominicc@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Adds JUnit 4 support. Adds unit tests for running JUnit tests.

For <mailto:kazuu@google.com>.



git-svn-id: http://vogar.googlecode.com/svn/trunk@159 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/test/vogar/target/junit4/LongTest.java