Searched refs:collectTestsOnly (Results 1 – 1 of 1) sorted by relevance
96 config.collectTestsOnly = true; in createConfig()114 if (config.collectTestsOnly) { // only simulate running/passing the tests with the listener in run()360 boolean collectTestsOnly = false; field in DalvikTestRunner.Config