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.TestCase Class Reference
+ Collaboration diagram for testing.tools.test_runner.TestCase:

Public Member Functions

 NewResult (self, status, **kwargs)
 

Detailed Description

Description of a test case to run.

Attributes:
  test_id: A unique identifier for the test.
  input_path: The absolute path to the test file.

Definition at line 820 of file test_runner.py.

Member Function Documentation

◆ NewResult()

testing.tools.test_runner.TestCase.NewResult ( self,
status,
** kwargs )
Derives a new test result corresponding to this test case.

Definition at line 830 of file test_runner.py.

References testing.tools.test_runner._TestCaseRunner.test_id().

+ Here is the call graph for this function:

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