![]() |
Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
|
Public Member Functions | |
__init__ (self) | |
__len__ (self) | |
__iter__ (self) | |
NewTestCase (self, input_path, **kwargs) | |
GetTestCase (self, test_id) | |
Public Attributes | |
dict | test_cases = {} |
Manages a collection of test cases.
Definition at line 901 of file test_runner.py.
testing.tools.test_runner.TestCaseManager.__init__ | ( | self | ) |
Definition at line 904 of file test_runner.py.
testing.tools.test_runner.TestCaseManager.__iter__ | ( | self | ) |
Definition at line 910 of file test_runner.py.
References iter, testing.tools.safetynet_compare.CompareRun.test_cases, test_cases, and testing.tools.test_runner.TestRunner.test_cases.
testing.tools.test_runner.TestCaseManager.__len__ | ( | self | ) |
Definition at line 907 of file test_runner.py.
References testing.tools.safetynet_compare.CompareRun.test_cases, test_cases, and testing.tools.test_runner.TestRunner.test_cases.
testing.tools.test_runner.TestCaseManager.GetTestCase | ( | self, | |
test_id ) |
Looks up a test case previously registered by `NewTestCase()`.
Definition at line 925 of file test_runner.py.
References testing.tools.safetynet_compare.CompareRun.test_cases, test_cases, and testing.tools.test_runner.TestRunner.test_cases.
testing.tools.test_runner.TestCaseManager.NewTestCase | ( | self, | |
input_path, | |||
** | kwargs ) |
Creates and registers a new test case.
Definition at line 913 of file test_runner.py.
References testing.tools.test_runner._GetTestId(), testing.tools.safetynet_compare.CompareRun.test_cases, test_cases, and testing.tools.test_runner.TestRunner.test_cases.
testing.tools.test_runner.TestCaseManager.test_cases = {} |
Definition at line 905 of file test_runner.py.
Referenced by __iter__(), __len__(), GetTestCase(), and NewTestCase().