Searched refs:TestLoader (Results 1 – 5 of 5) sorted by relevance
22 suite = unittest.TestLoader().discover(
40 loader = unittest.TestLoader()
45 Test loadedSuite = new TestLoader().loadTests(tmpJar, Collections.EMPTY_LIST); in testLoadTests()
41 public class TestLoader { class