Definition at line 565 of file BaseTest.py.
def GaudiTesting.BaseTest.Result.__init__ |
( |
|
self, |
|
|
|
kind = None , |
|
|
|
id = None , |
|
|
|
outcome = PASS , |
|
|
|
annotations = {} |
|
) |
| |
Definition at line 580 of file BaseTest.py.
580 def __init__(self,kind=None,id=None,outcome=PASS,annotations={}):
def __init__(self, kind=None, id=None, outcome=PASS, annotations={})
def GaudiTesting.BaseTest.Result.__getitem__ |
( |
|
self, |
|
|
|
key |
|
) |
| |
Definition at line 583 of file BaseTest.py.
584 assert type(key)
in types.StringTypes
def __getitem__(self, key)
def GaudiTesting.BaseTest.Result.__setitem__ |
( |
|
self, |
|
|
|
key, |
|
|
|
value |
|
) |
| |
Definition at line 587 of file BaseTest.py.
588 assert type(key)
in types.StringTypes
589 assert type(value)
in types.StringTypes
def __setitem__(self, key, value)
def GaudiTesting.BaseTest.Result.Quote |
( |
|
self, |
|
|
|
string |
|
) |
| |
GaudiTesting.BaseTest.Result.annotations |
string GaudiTesting.BaseTest.Result.END_TIME = "" |
|
static |
string GaudiTesting.BaseTest.Result.ERROR = 'ERROR' |
|
static |
string GaudiTesting.BaseTest.Result.EXCEPTION = "" |
|
static |
string GaudiTesting.BaseTest.Result.FAIL = 'FAIL' |
|
static |
string GaudiTesting.BaseTest.Result.PASS = 'PASS' |
|
static |
string GaudiTesting.BaseTest.Result.RESOURCE = "" |
|
static |
string GaudiTesting.BaseTest.Result.START_TIME = "" |
|
static |
string GaudiTesting.BaseTest.Result.TARGET = "" |
|
static |
string GaudiTesting.BaseTest.Result.TIMEOUT_DETAIL = "" |
|
static |
string GaudiTesting.BaseTest.Result.TRACEBACK = "" |
|
static |
string GaudiTesting.BaseTest.Result.UNTESTED = 'UNTESTED' |
|
static |
The documentation for this class was generated from the following file: