Class RESTCommandService
java.lang.Object
org.jboss.arquillian.protocol.rest.runner.RESTCommandService
- All Implemented Interfaces:
org.jboss.arquillian.container.test.spi.command.CommandService
public class RESTCommandService
extends Object
implements org.jboss.arquillian.container.test.spi.command.CommandService
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T> Texecute(org.jboss.arquillian.container.test.spi.command.Command<T> command)
-
Constructor Details
-
RESTCommandService
public RESTCommandService()
-
-
Method Details
-
execute
public <T> T execute(org.jboss.arquillian.container.test.spi.command.Command<T> command) - Specified by:
executein interfaceorg.jboss.arquillian.container.test.spi.command.CommandService
-