History log of /frameworks/testing/support/src/android/support/test/internal/runner/junit3/DelegatingTestSuite.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
534cd34317e12124cc888baa2e3cec3a0b029129 30-Jan-2014 Brett Chabot <brettchabot@google.com> Fix 'e log true' test runs.

The test suite used to just output a list of test names to run,
instead of executing them was mistakenly skipping the entire
test run.

Change-Id: Ifc2ff9f47a204b06524670a0eb5d39f2ad6455ad
/frameworks/testing/support/src/android/support/test/internal/runner/junit3/DelegatingTestSuite.java
92486d33cdbabc6dd0f69db97d00864d3fc2da00 10-Jan-2014 Brett Chabot <brettchabot@google.com> Make android.support.test work with unmodified upstream junit.

Stop depending on proposed extenstion points to upstream JUnit.
Instead copy in necessary code to support JUnit3 annotation
filtering, and redo injection implementation to support nested
suites.

Also change the package name of tests.

Bug: 10749552

Change-Id: I1ff09d14afe02f265d4c9420b49f047c9c552eab
/frameworks/testing/support/src/android/support/test/internal/runner/junit3/DelegatingTestSuite.java