public class WildFly80LauncherTest {
@Before
public void setUp() throws IOException {
WildFly80TestContainer tc = new WildFly80TestContainer(null, null);
tc.installContainer();
}
@Test
public void launchJBoss() throws ServerStartException, IOException, InterruptedException,
ExecutionException {