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

/external/lldb/test/unittest2/test/
H A Dtest_loader.py64 # not match the default TestLoader.testMethodPrefix string
72 self.assertFalse('runTest'.startswith(loader.testMethodPrefix))
935 # loader.testMethodPrefix
980 # loader.testMethodPrefix
999 ### Tests for TestLoader.testMethodPrefix
1005 # Implicit in the documentation is that testMethodPrefix is respected by
1017 loader.testMethodPrefix = 'foo'
1020 loader.testMethodPrefix = 'test'
1026 # Implicit in the documentation is that testMethodPrefix is respected by
1040 loader.testMethodPrefix
[all...]
/external/lldb/test/unittest2/
H A Dloader.py63 testMethodPrefix = 'test' variable in class:TestLoader
155 prefix=self.testMethodPrefix):
308 loader.testMethodPrefix = prefix

Completed in 183 milliseconds