Static Public Attributes | List of all members
tests._result.CaseResult.Kind Class Reference
Inheritance diagram for tests._result.CaseResult.Kind:
Inheritance graph
[legend]

Static Public Attributes

string ERROR = 'error'
 
string EXPECTED_FAILURE = 'expected failure'
 
string FAILURE = 'failure'
 
string RUNNING = 'running'
 
string SKIP = 'skip'
 
string SUCCESS = 'success'
 
string UNEXPECTED_SUCCESS = 'unexpected success'
 
string UNTESTED = 'untested'
 

Detailed Description

Definition at line 49 of file _result.py.

Member Data Documentation

◆ ERROR

string tests._result.CaseResult.Kind.ERROR = 'error'
static

Definition at line 52 of file _result.py.

◆ EXPECTED_FAILURE

string tests._result.CaseResult.Kind.EXPECTED_FAILURE = 'expected failure'
static

Definition at line 56 of file _result.py.

◆ FAILURE

string tests._result.CaseResult.Kind.FAILURE = 'failure'
static

Definition at line 53 of file _result.py.

◆ RUNNING

string tests._result.CaseResult.Kind.RUNNING = 'running'
static

Definition at line 51 of file _result.py.

◆ SKIP

string tests._result.CaseResult.Kind.SKIP = 'skip'
static

Definition at line 55 of file _result.py.

◆ SUCCESS

string tests._result.CaseResult.Kind.SUCCESS = 'success'
static

Definition at line 54 of file _result.py.

◆ UNEXPECTED_SUCCESS

string tests._result.CaseResult.Kind.UNEXPECTED_SUCCESS = 'unexpected success'
static

Definition at line 57 of file _result.py.

◆ UNTESTED

string tests._result.CaseResult.Kind.UNTESTED = 'untested'
static

Definition at line 50 of file _result.py.


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


grpc
Author(s):
autogenerated on Fri May 16 2025 03:03:52