History log of /frameworks/base/test-runner/tests/src/android/test/suitebuilder/TestGroupingTest.java
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
/frameworks/base/test-runner/tests/src/android/test/suitebuilder/TestGroupingTest.java