JavaScript is disabled on your browser.
Skip navigation links
Arquillian Container Test SPI 1.8.1.Final
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.jboss.arquillian.container.test.spi.command
Interface Command<T>
public interface
Command<T>
RemoteCommand
Version:
$Revision: $
Author:
Aslak Knutsen
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
getResult
()
Throwable
getThrowable
()
void
setResult
(
T
result)
void
setThrowable
(
Throwable
throwable)
Method Details
getResult
T
getResult
()
setResult
void
setResult
(
T
result)
getThrowable
Throwable
getThrowable
()
setThrowable
void
setThrowable
(
Throwable
throwable)