Home
last modified time | relevance | path

Searched defs:self (Results 1 – 7 of 7) sorted by relevance

/platform_testing/libraries/tradefed-python-lib/helloWorld/
Dtest_hello_world.py25 def test_hello(self): argument
28 def test_world_failed(self): argument
32 def test_skipped(self): argument
36 def test_expectation(self): argument
40 def test_failedExpectation(self): argument
43 def test_device(self): argument
/platform_testing/libraries/tradefed-python-lib/tradefed_py/
Dtf_runner.py38 def _getClassName(self, test): argument
41 def _getMethodName(self, test): argument
44 def startTestRun(self, count): argument
54 def startTest(self, test): argument
64 def addSuccess(self, test): argument
74 def addFailure(self, test, err): argument
87 def addSkip(self, test, reason): argument
100 def addExpectedFailure(self, test, err): argument
113 def addUnexpectedSuccess(self, test): argument
125 def addError(self, test, err): argument
[all …]
Dandroid_device.py25 def __init__(self, serial=None, stream=None): argument
31 def executeShellCommand(self, cmd): argument
42 def getProp(self, name): argument
48 def _printHostLog(self, message): argument
55 def __init__(self, cmd, message): argument
59 def __str__(self): argument
Dadb_handler.py22 def __init__(self, serial=None): argument
26 def exec_adb_command(self, cmd): argument
36 def exec_shell_command(self, cmd): argument
49 def __init__(self, cmd, stdout, stderr, ret_code): argument
55 def __str__(self): argument
Dtf_main.py29 def __init__(self, module='__main__', defaultTest=None, argument
37 def parseArgs(self, argv): argument
84 def runTests(self): argument
Dbase_test.py31 def setUpDevice(self, serial, stream, options): argument
44 def logFileToTradefed(self, name, filePath, fileType): argument
/platform_testing/tests/example/mobly/
Dhello_world_test.py137 def setup_class(self): argument
144 def test_hello(self): argument