| 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 |
|---|---|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnClass(String className,
String methodName)
Called remotely by the master controller to cause the client to execute
the method on the class.
|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnClass(String className,
String methodName,
Object[] args)
Executes a given static method in a given class with the given
arguments.
|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnObject(Object obj,
String methodName)
Called remotely by the master controller to cause the client to execute
the instance method on the object.
|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnObject(Object obj,
String methodName,
Object[] args)
Executes a given instance method on a given object with the given
arguments.
|
| Modifier and Type | Method and Description |
|---|---|
static MethExecutorResult |
MethExecutor.execute(String receiver,
String selector)
Send the message "selector" to the class named "receiver".
|
static MethExecutorResult |
MethExecutor.execute(String receiver,
String selector,
Object[] args)
Executes the given static method on the given class with the
given arguments.
|
static MethExecutorResult |
MethExecutor.executeInstance(String receiver,
String selector)
Send the message "selector" to an instance of the class named "receiver".
|
static MethExecutorResult |
MethExecutor.executeInstance(String receiver,
String selector,
Class[] types,
Object[] args)
Send the message "selector" to an instance of the class named "receiver".
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnClass(String className,
String methodName) |
MethExecutorResult |
RemoteTestModule.executeMethodOnClass(String className,
String methodName)
Called remotely by the master controller to cause the client to execute
the method on the class.
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnClass(String className,
String methodName,
Object[] args) |
MethExecutorResult |
RemoteTestModule.executeMethodOnClass(String className,
String methodName,
Object[] args)
Executes a given static method in a given class with the given
arguments.
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnObject(Object obj,
String methodName) |
MethExecutorResult |
RemoteTestModule.executeMethodOnObject(Object obj,
String methodName)
Called remotely by the master controller to cause the client to execute
the instance method on the object.
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnObject(Object obj,
String methodName,
Object[] args) |
MethExecutorResult |
RemoteTestModule.executeMethodOnObject(Object obj,
String methodName,
Object[] args)
Executes a given instance method on a given object with the given
arguments.
|
static MethExecutorResult |
MethExecutor.executeObject(Object target,
String selector)
Send the message "selector" to the object "target".
|
static MethExecutorResult |
MethExecutor.executeObject(Object target,
String selector,
Object[] args)
Executes the given instance method on the given object with the
given arguments.
|
| Constructor and Description |
|---|
TestTaskResult(MethExecutorResult actualResult,
long elapsedTime)
Creates a new test task result based on the actual result of test
task execution.
|
Copyright © 2010-2015 Pivotal Software, Inc. All rights reserved.