Searched refs:loadIfTest (Results 1 – 3 of 3) sorted by relevance
81 Assert.assertNull(mLoader.loadIfTest(NotATest.class.getName())); in testLoadTests_notATest()88 Assert.assertNull(mLoader.loadIfTest("notexist")); in testLoadTests_notExist()94 Assert.assertNotNull(mLoader.loadIfTest(clazz.getName())); in assertLoadTestSuccess()102 Assert.assertNull(mLoader.loadIfTest(AbstractTest.class.getName())); in testLoadTests_abstract()
91 public Class<?> loadIfTest(String className) { in loadIfTest() method in TestLoader
311 mTestLoader.loadIfTest(className); in loadClassesFromClassPath()