Qt
Internal/Contributor docs for the Qt SDK. Note: These are NOT official API docs; those are found at https://doc.qt.io/
Loading...
Searching...
No Matches
testing.tools.test_runner.TestCaseManager Class Reference
+ Collaboration diagram for testing.tools.test_runner.TestCaseManager:

Public Member Functions

 __init__ (self)
 
 __len__ (self)
 
 __iter__ (self)
 
 NewTestCase (self, input_path, **kwargs)
 
 GetTestCase (self, test_id)
 

Public Attributes

dict test_cases = {}
 

Detailed Description

Manages a collection of test cases.

Definition at line 901 of file test_runner.py.

Constructor & Destructor Documentation

◆ __init__()

testing.tools.test_runner.TestCaseManager.__init__ ( self)

Definition at line 904 of file test_runner.py.

Member Function Documentation

◆ __iter__()

◆ __len__()

◆ GetTestCase()

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, testing.tools.test_runner.TestCaseManager.test_cases, and testing.tools.test_runner.TestRunner.test_cases.

◆ NewTestCase()

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, testing.tools.test_runner.TestCaseManager.test_cases, and testing.tools.test_runner.TestRunner.test_cases.

+ Here is the call graph for this function:

Member Data Documentation

◆ test_cases


The documentation for this class was generated from the following file: