public class STest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
testnetwork_name |
static java.lang.String |
testnetwork_pass |
Constructor and Description |
---|
STest() |
Modifier and Type | Method and Description |
---|---|
static IPlatformConfiguration |
getDefaultTestConfig(java.lang.Class<?> test)
Get the test configuration using a unique platform name derived from the test class.
|
static IPlatformConfiguration |
getDefaultTestConfig(java.lang.String test)
Get the test configuration using a unique platform name derived from the test name.
|
static IPlatformConfiguration |
getLocalTestConfig(java.lang.Class<?> test)
Get a local (no communication) test configuration using a unique platform name derived from the test name.
|
static IPlatformConfiguration |
getLocalTestConfig(java.lang.String test)
Get local (no communication) test configuration using a unique platform name derived from the test name.
|
static void |
terminatePlatform(IExternalAccess platform) |
public static final java.lang.String testnetwork_name
public static final java.lang.String testnetwork_pass
public static IPlatformConfiguration getLocalTestConfig(java.lang.String test)
test
- The test name.public static IPlatformConfiguration getLocalTestConfig(java.lang.Class<?> test)
test
- The test class.public static IPlatformConfiguration getDefaultTestConfig(java.lang.String test)
test
- The test name.public static IPlatformConfiguration getDefaultTestConfig(java.lang.Class<?> test)
test
- The test class.public static void terminatePlatform(IExternalAccess platform)