History log of /external/vogar/test/vogar/target/junit4/SuiteTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
ec87632c66b964e58a87d7d77fa154326113a027 16-Apr-2013 kroot@google.com <kroot@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Add basic JUnit4 support

This adds basic support for JUnit4 test cases. It can do all the basic
assertions and also supports the "RunWith" annotation with the
"Parameterized" and "Suite" runners.

It doesn't properly implement BeforeClass and AfterClass yet. Instead
it runs those once for each test. This can be improved in the future,
but should run correctly until then.

This was written without looking at the JUnit source code so it may
have compatibility bugs.


git-svn-id: http://vogar.googlecode.com/svn/trunk@290 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/test/vogar/target/junit4/SuiteTest.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/SuiteTest.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/SuiteTest.java