Closed GoogleCodeExporter closed 9 years ago
I am experiencing similar issues with classes extending
ActivityInstrumentationTestCase2 (which itself extends TestCase). I can
reproduce this in the simple project found here:
https://github.com/commonsguy/cw-omnibus/tree/master/Testing/JUnit4
Interestingly, I have found that if I specify the specific test class or test
method, then the tests run successfully.
Original comment by chris.va...@laterooms.com
on 20 Feb 2015 at 5:43
Original comment by vale...@google.com
on 18 Mar 2015 at 5:18
Are you running JUnit3 and JUnit4 tests at the same time?
In that case, create a test suite as seen in
https://github.com/googlesamples/android-testing/blob/master/testrunner/AndroidJ
unitRunnerSample/app/src/androidTest/java/com/example/android/testing/androidjun
itrunnersample/suite/AndroidTestSuite.java
Chris: is that project still having issues? I see updates since you sent your
message.
Original comment by jalc@google.com
on 20 Mar 2015 at 10:33
Closing for now, re-open if it's still an issue.
Original comment by jalc@google.com
on 1 Apr 2015 at 4:50
Original issue reported on code.google.com by
d.korabl...@mobidev.biz
on 22 Jan 2015 at 1:35