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 Details

    • RESTCommandService

      public RESTCommandService()
  • Method Details

    • execute

      public <T> T execute(org.jboss.arquillian.container.test.spi.command.Command<T> command)
      Specified by:
      execute in interface org.jboss.arquillian.container.test.spi.command.CommandService