commit | bb469fe3da7e6d17e851a95026a9eea905c52daa | [log] [tgz] |
---|---|---|
author | Brett Chabot <brettchabot@android.com> | Fri Apr 23 16:22:09 2010 -0700 |
committer | Brett Chabot <brettchabot@android.com> | Fri Apr 23 16:29:00 2010 -0700 |
tree | fea7c329f41977fabc3dc75c9122ce680a1aecb9 | |
parent | a2c980d30f41e6d5aff948e7b249d7c3360db89d [diff] |
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