History log of /external/vogar/src/vogar/target/junit/JUnitRunner.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/src/vogar/target/junit/JUnitRunner.java
62ac682a9728c3139d0e2e9c09c16c5b84d965f0 07-Apr-2011 jessewilson@google.com <jessewilson@google.com@aa685c63-decc-881d-cd2b-7fa72aad72e1> Don't fail on devices as recent as Froyo.

git-svn-id: http://vogar.googlecode.com/svn/trunk@250 aa685c63-decc-881d-cd2b-7fa72aad72e1
/external/vogar/src/vogar/target/junit/JUnitRunner.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/src/vogar/target/junit/JUnitRunner.java