Home
last modified time | relevance | path

Searched refs:testMethodPrefix (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/test/
Dtest_loader.py73 self.assertFalse('runTest'.startswith(loader.testMethodPrefix))
1017 loader.testMethodPrefix = 'foo'
1020 loader.testMethodPrefix = 'test'
1040 loader.testMethodPrefix = 'foo'
1043 loader.testMethodPrefix = 'test'
1063 loader.testMethodPrefix = 'foo'
1066 loader.testMethodPrefix = 'test'
1087 loader.testMethodPrefix = 'foo'
1090 loader.testMethodPrefix = 'test'
1096 self.assertTrue(loader.testMethodPrefix == 'test')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/unittest/
Dloader.py43 testMethodPrefix = 'test' variable in TestLoader
135 prefix=self.testMethodPrefix):
300 loader.testMethodPrefix = prefix