Home
last modified time | relevance | path

Searched refs:MethodWithoutClassError (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/atest/
Datest_error.py38 class MethodWithoutClassError(Exception): class
/tools/tradefederation/core/atest/test_finders/
Dmodule_finder.py379 raise atest_error.MethodWithoutClassError('Method filtering '
474 raise atest_error.MethodWithoutClassError()
Dmodule_finder_unittest.py258 self.assertRaises(atest_error.MethodWithoutClassError,
293 self.assertRaises(atest_error.MethodWithoutClassError,