/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 45 private static final ClassLoader testLoader = ICUResourceBundleTest.class.getClassLoader(); field in ICUResourceBundleTest 53 Enumeration en = testLoader.getResources("com.ibm.icu.dev.data"); in TestGetResources() 125 …esourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", ULocale.getDefault(), testLoader); in TestJB3879() 191 …ndle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", "testtypes", testLoader); in TestBasicTypes() 378 …dle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","testtable32", testLoader); in TestTable32() 459 … rb = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","testaliases", testLoader); in TestAliases() 473 … rb = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","testaliases",testLoader); in TestAliases() 481 … rb = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","testaliases",testLoader); in TestAliases() 491 … rb1 = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata","testaliases",testLoader); in TestAliases() 579 …ndle bundle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", "te", testLoader); in TestAliases() [all …]
|
D | ULocaleTest.java | 4034 final ClassLoader testLoader = ICUResourceBundleTest.class.getClassLoader(); in TestCLDRVersion() local 4035 …dle = UResourceBundle.getBundleInstance("com/ibm/icu/dev/data/testdata", ULocale.ROOT, testLoader); in TestCLDRVersion()
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/ |
D | ICUResourceBundleTest.java | 48 private static final ClassLoader testLoader = ICUResourceBundleTest.class.getClassLoader(); field in ICUResourceBundleTest 56 Enumeration en = testLoader.getResources("android.icu.dev.data"); in TestGetResources() 128 …esourceBundle.getBundleInstance("android/icu/dev/data/testdata", ULocale.getDefault(), testLoader); in TestJB3879() 194 …ndle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata", "testtypes", testLoader); in TestBasicTypes() 381 …dle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","testtable32", testLoader); in TestTable32() 462 … rb = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","testaliases", testLoader); in TestAliases() 476 … rb = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","testaliases",testLoader); in TestAliases() 484 … rb = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","testaliases",testLoader); in TestAliases() 494 … rb1 = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata","testaliases",testLoader); in TestAliases() 582 …ndle bundle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata", "te", testLoader); in TestAliases() [all …]
|
D | ULocaleTest.java | 4037 final ClassLoader testLoader = ICUResourceBundleTest.class.getClassLoader(); in TestCLDRVersion() local 4038 …dle = UResourceBundle.getBundleInstance("android/icu/dev/data/testdata", ULocale.ROOT, testLoader); in TestCLDRVersion()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/ |
D | DrawableResourceLoaderNoRunnerTest.java | 71 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithUnixJarFilePath() local 72 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithUnixJarFilePath() 94 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithUnixFilePath() local 95 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithUnixFilePath() 117 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithWindowsJarFilePath() local 118 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithWindowsJarFilePath() 140 DrawableResourceLoader testLoader = new DrawableResourceLoader(resourceTable); in shouldFindDrawableResourcesWorkWithWindowsFilePath() local 141 testLoader.findDrawableResources(resourcePath); in shouldFindDrawableResourcesWorkWithWindowsFilePath()
|
/external/robolectric-shadows/shadows/supportv4/src/test/java/org/robolectric/shadows/support/v4/ |
D | ShadowAsyncTaskLoaderTest.java | 40 TestLoader testLoader = new TestLoader(42); in forceLoad_multipleLoads() local 41 testLoader.forceLoad(); in forceLoad_multipleLoads() 51 testLoader.setData(43); in forceLoad_multipleLoads() 53 testLoader.forceLoad(); in forceLoad_multipleLoads()
|
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/ |
D | ShadowAsyncTaskLoaderTest.java | 40 TestLoader testLoader = new TestLoader(42); in forceLoad_multipleLoads() local 41 testLoader.forceLoad(); in forceLoad_multipleLoads() 51 testLoader.setData(43); in forceLoad_multipleLoads() 53 testLoader.forceLoad(); in forceLoad_multipleLoads()
|
/external/python/cpython2/Lib/unittest/ |
D | main.py | 73 testRunner=None, testLoader=loader.defaultTestLoader, argument 92 self.testLoader = testLoader 155 self.test = self.testLoader.loadTestsFromModule(self.module) 157 self.test = self.testLoader.loadTestsFromNames(self.testNames, 162 Loader = lambda: self.testLoader
|
/external/python/cpython3/Lib/unittest/ |
D | main.py | 66 testRunner=None, testLoader=loader.defaultTestLoader, argument 98 self.testLoader = testLoader 151 self.testLoader.testNamePatterns = self.testNamePatterns 153 loader = self.testLoader if Loader is None else Loader() 156 self.test = self.testLoader.loadTestsFromModule(self.module) 158 self.test = self.testLoader.loadTestsFromNames(self.testNames,
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/ |
D | main.py | 78 testLoader=loader.defaultTestLoader, exit=True, argument 96 self.testLoader = testLoader 159 self.test = self.testLoader.loadTestsFromModule(self.module) 161 self.test = self.testLoader.loadTestsFromNames(self.testNames,
|
/external/llvm-project/lldb/third_party/Python/module/unittest2/unittest2/test/ |
D | test_program.py | 64 testLoader=self.FooBarLoader()) 74 testLoader=self.FooBarLoader()) 82 testLoader=self.FooBarLoader()) 91 testLoader = unittest2.defaultTestLoader variable in InitialisableProgram
|
/external/python/cpython2/Lib/unittest/test/ |
D | test_program.py | 73 testLoader=self.FooBarLoader()) 84 testLoader=self.FooBarLoader()) 93 testLoader=self.FooBarLoader()) 102 testLoader = unittest.defaultTestLoader variable in InitialisableProgram
|
D | test_discovery.py | 224 program.testLoader = None 240 program.testLoader = Loader()
|
/external/python/cpython3/Lib/unittest/test/ |
D | test_program.py | 85 testLoader=self.FooBarLoader()) 101 testLoader=self.FooBarLoader()) 110 testLoader=self.FooBarLoader()) 121 testLoader=self.FooBarLoader()) 130 testLoader=self.FooBarLoader()) 140 testLoader = unittest.defaultTestLoader variable in InitialisableProgram
|
D | test_discovery.py | 21 testRunner = testLoader = None 620 program.testLoader = None 640 program.testLoader = Loader()
|
/external/python/setuptools/setuptools/command/ |
D | test.py | 246 testLoader=self._resolve_as_ep(self.test_loader),
|
/external/guava/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderGwtTest.java | 52 public void testLoader() throws ExecutionException { in testLoader() method in CacheBuilderGwtTest
|
/external/guava/android/guava-tests/test/com/google/common/cache/ |
D | CacheBuilderGwtTest.java | 52 public void testLoader() throws ExecutionException { in testLoader() method in CacheBuilderGwtTest
|
/external/javassist/src/test/javassist/ |
D | JvstTest.java | 32 public void testLoader() throws Exception { in testLoader() method in JvstTest
|
/external/python/cpython2/Doc/library/ |
D | unittest.rst | 1790 .. function:: main([module[, defaultTest[, argv[, testRunner[, testLoader[, exit[, verbosity[, fail… 1818 The *testLoader* argument has to be a :class:`TestLoader` instance,
|
/external/python/cpython3/Doc/library/ |
D | unittest.rst | 2179 testLoader=unittest.defaultTestLoader, exit=True, verbosity=1, \ 2209 The *testLoader* argument has to be a :class:`TestLoader` instance,
|
/external/python/cpython2/Misc/NEWS.d/ |
D | 2.7.4rc1.rst | 861 unittest discovery should use self.testLoader.
|
/external/python/cpython3/Misc/ |
D | HISTORY | 5331 - Issue #17052: unittest discovery should use self.testLoader.
|