• Home
  • History
  • Annotate
  • only in /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
History log of /frameworks/base/test-runner/tests/src/android/test/suitebuilder/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
bb469fe3da7e6d17e851a95026a9eea905c52daa 24-Apr-2010 Brett Chabot <brettchabot@android.com> Add test runner log when test case class is not loaded.

The test runner will only load TestCase classes that have a public
constructor with either no params or a single String parameter.

This is fairly subtle behavior and can be difficult to catch. This change
adds a log message when a TestCase class is not loaded, and adds some
associated unit tests.

Change-Id: I6fc63e4179c949620f5773e0ae134f99905a6fb2
estGroupingTest.java
xamples/constructor/NoPublicConstructorTest.java
xamples/constructor/ProtectedConstructorTest.java
xamples/constructor/PublicConstructorTest.java
e70f61b1160e953e5e4d18d30a463fa9ba821779 19-Feb-2010 Brett Chabot <brettchabot@android.com> Retry test-runner tests move.

This time change the frameworks makefile so it only includes test-runner/src
in the public API.
ssignableFromTest.java
nstrumentationTestSuiteBuilderTest.java
istTestCaseNames.java
mokeTestSuiteBuilderTest.java
estSuiteBuilderTest.java
nitTestSuiteBuilderTest.java
nnotation/HasAnnotationTest.java
nnotation/HasClassAnnotationTest.java
nnotation/HasMethodAnnotationTest.java
xamples/OuterTest.java
xamples/error/ErrorTest.java
xamples/error/FailingTest.java
xamples/instrumentation/InstrumentationTest.java
xamples/nested/Level1Test.java
xamples/nested/nested/Level2Test.java
xamples/simple/AnotherSimpleTest.java
xamples/simple/SimpleTest.java
xamples/smoke/NonSmokeTest.java
xamples/smoke/SmokeTest.java
xamples/subclass/SubclassTest.java
xamples/subclass/SuperclassTest.java
xamples/suppress/PartiallySuppressedTest.java
xamples/suppress/SuppressedTest.java
c1ca8c51c616d1517b18bf24feaa9f8f1430c835 19-Feb-2010 Brett Chabot <brettchabot@android.com> Revert "Move framework test-runner unit tests to be closer to their source."

This reverts commit 12093976a4842a795491cfd2b1d3b71e18503f2d.
ssignableFromTest.java
nstrumentationTestSuiteBuilderTest.java
istTestCaseNames.java
mokeTestSuiteBuilderTest.java
estSuiteBuilderTest.java
nitTestSuiteBuilderTest.java
nnotation/HasAnnotationTest.java
nnotation/HasClassAnnotationTest.java
nnotation/HasMethodAnnotationTest.java
xamples/OuterTest.java
xamples/error/ErrorTest.java
xamples/error/FailingTest.java
xamples/instrumentation/InstrumentationTest.java
xamples/nested/Level1Test.java
xamples/nested/nested/Level2Test.java
xamples/simple/AnotherSimpleTest.java
xamples/simple/SimpleTest.java
xamples/smoke/NonSmokeTest.java
xamples/smoke/SmokeTest.java
xamples/subclass/SubclassTest.java
xamples/subclass/SuperclassTest.java
xamples/suppress/PartiallySuppressedTest.java
xamples/suppress/SuppressedTest.java
12093976a4842a795491cfd2b1d3b71e18503f2d 19-Feb-2010 Brett Chabot <brettchabot@android.com> Move framework test-runner unit tests to be closer to their source.
Move the test-runner source into a separate src folder to accommodate the test
move.
ssignableFromTest.java
nstrumentationTestSuiteBuilderTest.java
istTestCaseNames.java
mokeTestSuiteBuilderTest.java
estSuiteBuilderTest.java
nitTestSuiteBuilderTest.java
nnotation/HasAnnotationTest.java
nnotation/HasClassAnnotationTest.java
nnotation/HasMethodAnnotationTest.java
xamples/OuterTest.java
xamples/error/ErrorTest.java
xamples/error/FailingTest.java
xamples/instrumentation/InstrumentationTest.java
xamples/nested/Level1Test.java
xamples/nested/nested/Level2Test.java
xamples/simple/AnotherSimpleTest.java
xamples/simple/SimpleTest.java
xamples/smoke/NonSmokeTest.java
xamples/smoke/SmokeTest.java
xamples/subclass/SubclassTest.java
xamples/subclass/SuperclassTest.java
xamples/suppress/PartiallySuppressedTest.java
xamples/suppress/SuppressedTest.java