public class UnitTestController
extends java.lang.Object
NAME client vm. Each unit test can
use the dunit test framework to invoke methods in other client vms.| Modifier and Type | Class and Description |
|---|---|
static class |
UnitTestController.UnitTestFailure |
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NAME |
| Constructor and Description |
|---|
UnitTestController() |
| Modifier and Type | Method and Description |
|---|---|
static void |
checkUnitTestResults() |
static void |
createAndStartLocator()
INITTASK executed in the unit test locator JVMs.
|
static void |
scheduleUnitTests()
INITTASK executed in the unit test controller VM.
|
static void |
stopLocator()
CLOSETASK executed in the unit test locator JVMs.
|
public static final java.lang.String NAME
public static void createAndStartLocator()
public static void stopLocator()
public static void scheduleUnitTests()
public static void checkUnitTestResults()
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.