| Package | Description |
|---|---|
| dunit.eclipse | |
| hydra |
Hydra is a test framework that makes it easy to create and run multiuser tests.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FakeMaster.reportResult(int tsid,
int vmid,
int tid,
TestTaskResult result) |
| Modifier and Type | Method and Description |
|---|---|
TestTaskResult |
TestTask.execute()
Executes the selector on the receiver.
|
TestTaskResult |
JUnitTestTask.execute()
Executes the JUnit tests using Ant's execution harness, or a
TestSuite if Ant is not available. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TestTask.logHangResult(ClientRecord client,
TestTaskResult result) |
protected static void |
ResultLogger.logHangResult(ClientRecord client,
TestTask task,
TestTaskResult result)
Used by master to log a client-reported hang in the master log.
|
protected void |
TestTask.logTaskResult(ClientRecord client,
TestTaskResult result) |
protected static void |
ResultLogger.logTaskResult(ClientRecord client,
TestTask task,
TestTaskResult result)
Used by master to log the task result reported by a client in the master
log.
|
protected static void |
ResultLogger.logTaskResult(TestTask task,
TestTaskResult result)
Used by clients to log the task result in the client log.
|
void |
TestTask.logUnitTestResult(TestTaskResult result) |
void |
MasterProxy.reportResult(int tsid,
int vmid,
int tid,
TestTaskResult result)
For internal hydra use only.
|
protected static void |
BaseTaskScheduler.reportResult(int tsid,
int vmid,
int tid,
TestTaskResult result)
Called remotely by client threads to pass back task results.
|
void |
MasterProxyIF.reportResult(int tsid,
int vmid,
int tid,
TestTaskResult result)
For internal hydra use only.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.