Definition at line 37 of file TestHelpers.cs.
static bool OpenSim.Tests.Common.TestHelpers.AssertThisDelegateCausesArgumentException |
( |
TestDelegate |
d | ) |
|
|
inlinestatic |
static void OpenSim.Tests.Common.TestHelpers.DisableLogging |
( |
| ) |
|
|
inlinestatic |
Disable logging whilst running the tests.
Remember, if a regression test throws an exception before completing this will not be invoked if it's at the end of the test. TODO: Always invoke this after every test - probably need to make all test cases inherit from a common TestCase class where this can be done.
Definition at line 110 of file TestHelpers.cs.
static void OpenSim.Tests.Common.TestHelpers.EnableLogging |
( |
| ) |
|
|
inlinestatic |
static void OpenSim.Tests.Common.TestHelpers.InMethod |
( |
| ) |
|
|
inlinestatic |
A debugging method that can be used to print out which test method you are in
Definition at line 88 of file TestHelpers.cs.
static UUID OpenSim.Tests.Common.TestHelpers.ParseStem |
( |
string |
stem | ) |
|
|
inlinestatic |
Parse a UUID stem into a full UUID.
The fragment will come at the start of the UUID. The rest will be 0s
- Returns
- Parameters
-
frag | A UUID fragment that will be parsed into a full UUID. Therefore, it can only contain cahracters which are valid in a UUID, except for "-" which is currently only allowed if a full UUID is given as the 'fragment'. |
Definition at line 128 of file TestHelpers.cs.
static UUID OpenSim.Tests.Common.TestHelpers.ParseTail |
( |
int |
tail | ) |
|
|
inlinestatic |
Parse tail section into full UUID.
- Parameters
-
- Returns
Definition at line 140 of file TestHelpers.cs.
static UUID OpenSim.Tests.Common.TestHelpers.ParseTail |
( |
string |
stem | ) |
|
|
inlinestatic |
Parse a UUID tail section into a full UUID.
The fragment will come at the end of the UUID. The rest will be 0s
- Returns
- Parameters
-
frag | A UUID fragment that will be parsed into a full UUID. Therefore, it can only contain cahracters which are valid in a UUID, except for "-" which is currently only allowed if a full UUID is given as the 'fragment'. |
Definition at line 157 of file TestHelpers.cs.
The documentation for this class was generated from the following file: