org.jboss.arquillian.container.test.impl.client.container
Class ContainerRestarter

java.lang.Object
  extended by org.jboss.arquillian.container.test.impl.client.container.ContainerRestarter

public class ContainerRestarter
extends Object

A Handler for restarting the containers for every X test class.

Fires:
StopSuiteContainers
StartSuiteContainers

Imports:
ArquillianDescriptor

Version:
$Revision: $
Author:
Aslak Knutsen

Constructor Summary
ContainerRestarter()
           
 
Method Summary
 void restart(BeforeClass event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ContainerRestarter

public ContainerRestarter()
Method Detail

restart

public void restart(@Observes
                    BeforeClass event)
             throws Exception
Throws:
Exception


Copyright © 2013 JBoss, a division of Red Hat, Inc.. All Rights Reserved.