| 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(java.lang.String className,
java.lang.String methodName)
Called remotely by the master controller to cause the client to execute
the method on the class.
|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnClass(java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args)
Executes a given static method in a given class with the given
arguments.
|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName)
Called remotely by the master controller to cause the client to execute
the instance method on the object.
|
MethExecutorResult |
FakeRemoteTestModule.executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName,
java.lang.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(java.lang.String receiver,
java.lang.String selector)
Send the message "selector" to the class named "receiver".
|
static MethExecutorResult |
MethExecutor.execute(java.lang.String receiver,
java.lang.String selector,
java.lang.Object[] args)
Executes the given static method on the given class with the
given arguments.
|
static MethExecutorResult |
MethExecutor.executeInstance(java.lang.String receiver,
java.lang.String selector)
Send the message "selector" to an instance of the class named "receiver".
|
static MethExecutorResult |
MethExecutor.executeInstance(java.lang.String receiver,
java.lang.String selector,
java.lang.Class[] types,
java.lang.Object[] args)
Send the message "selector" to an instance of the class named "receiver".
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnClass(java.lang.String className,
java.lang.String methodName) |
MethExecutorResult |
RemoteTestModule.executeMethodOnClass(java.lang.String className,
java.lang.String methodName)
Called remotely by the master controller to cause the client to execute
the method on the class.
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnClass(java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args) |
MethExecutorResult |
RemoteTestModule.executeMethodOnClass(java.lang.String className,
java.lang.String methodName,
java.lang.Object[] args)
Executes a given static method in a given class with the given
arguments.
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName) |
MethExecutorResult |
RemoteTestModule.executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName)
Called remotely by the master controller to cause the client to execute
the instance method on the object.
|
MethExecutorResult |
RemoteTestModuleIF.executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args) |
MethExecutorResult |
RemoteTestModule.executeMethodOnObject(java.lang.Object obj,
java.lang.String methodName,
java.lang.Object[] args)
Executes a given instance method on a given object with the given
arguments.
|
static MethExecutorResult |
MethExecutor.executeObject(java.lang.Object target,
java.lang.String selector)
Send the message "selector" to the object "target".
|
static MethExecutorResult |
MethExecutor.executeObject(java.lang.Object target,
java.lang.String selector,
java.lang.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.