Since android.jar does not include junit.extensions package, how can I create a fixture that only runs setup and teardown once per TestCase, similar to how @BeforeClass and @AfterClass works in junit 4? As you know, android supports junit 3.8.2, not junit 4.x. On StackOverflow I've described my attempts to accomplish this and the issues I've encountered (see http://stackoverflow.com/questions/10691737/is-there-a-way-to-use-junit-extensions-testsetup-for-tests-on-android). I would appreciate any suggestions.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

