|
TestCenter Reference
|
Stores an additional message (usually the unformatted version) with a log message. More...
Public Member Functions | |
| add (cls, message, specialMessage) | |
| get (cls, message) | |
Static Public Attributes | |
| specialMessageMarker = re.compile(r".*<MLAB TC=(\d+)\/>") | |
| int | currentSpecialMessageId = 0 |
| dict | specialMessages = {} |
Stores an additional message (usually the unformatted version) with a log message.
Definition at line 42 of file TestHelper.py.
| TestSupport.TestHelper.SpecialMessage.add | ( | cls, | |
| message, | |||
| specialMessage | |||
| ) |
Definition at line 50 of file TestHelper.py.
References TestSupport.TestHelper.SpecialMessage.currentSpecialMessageId, and TestSupport.TestHelper.SpecialMessage.specialMessages.
Referenced by TestSupport.FieldValueTests.FieldValueTestCaseSet.copy().
| TestSupport.TestHelper.SpecialMessage.get | ( | cls, | |
| message | |||
| ) |
Definition at line 57 of file TestHelper.py.
References TestSupport.TestHelper.SpecialMessage.get(), TestSupport.TestHelper.SpecialMessage.specialMessageMarker, and TestSupport.TestHelper.SpecialMessage.specialMessages.
Referenced by TestSupport.TestHelper.SpecialMessage.get().
|
static |
Definition at line 46 of file TestHelper.py.
Referenced by TestSupport.TestHelper.SpecialMessage.add().
|
static |
Definition at line 45 of file TestHelper.py.
Referenced by TestSupport.TestHelper.SpecialMessage.get().
|
static |
Definition at line 47 of file TestHelper.py.
Referenced by TestSupport.TestHelper.SpecialMessage.add(), and TestSupport.TestHelper.SpecialMessage.get().