|
|
@ -23,7 +23,10 @@ import org.springframework.http.ResponseEntity;
|
|
|
|
|
|
|
|
|
|
|
|
import static org.junit.Assert.assertEquals;
|
|
|
|
import static org.junit.Assert.assertEquals;
|
|
|
|
|
|
|
|
|
|
|
|
public class SampleWildFlyApplicationTestIT {
|
|
|
|
/**
|
|
|
|
|
|
|
|
* Integration Tests for {@link SampleWildFlyDeployApplication}.
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
public class SampleWildFlyDeployApplicationIT {
|
|
|
|
|
|
|
|
|
|
|
|
private int port = Integer.valueOf(System.getProperty("port"));
|
|
|
|
private int port = Integer.valueOf(System.getProperty("port"));
|
|
|
|
|
|
|
|
|