|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface JMXTestRunnerMBean
An MBean to run test methods in container.
Field Summary | |
---|---|
static String |
OBJECT_NAME
The ObjectName for this service: jboss.arquillian:service=jmx-test-runner |
Method Summary | |
---|---|
void |
push(String eventId,
byte[] command)
Client side to push a Command result back to container. |
Command<?> |
receive()
Receive Command results |
byte[] |
runTestMethod(String className,
String methodName)
Runs a test method on the given test class |
void |
send(Command<?> command)
Broadcast Command commands to any listeners |
Methods inherited from interface javax.management.NotificationBroadcaster |
---|
addNotificationListener, getNotificationInfo, removeNotificationListener |
Field Detail |
---|
static final String OBJECT_NAME
Method Detail |
---|
byte[] runTestMethod(String className, String methodName)
className
- the test class namemethodName
- the test method name
TestResult
void send(Command<?> command)
Command
commands to any listeners
command
- Command object containing the requestCommand<?> receive()
Command
results
void push(String eventId, byte[] command)
Command
result back to container.
eventId
- used to correlate the resultcommand
- Command object containing the result, serialized
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |