Update ApplicationIntegrationTest.java

This commit is contained in:
Ciro Alvino
2019-02-10 17:13:27 -08:00
committed by GitHub
parent 31f858f3ba
commit 29e492342e

View File

@@ -1,5 +1,6 @@
package com.baeldung.springsoap;
import com.baeldung.springsoap.gen.GetCountryRequest;
import org.junit.Before;
import org.junit.Test;
import org.junit.runner.RunWith;
@@ -35,4 +36,4 @@ public class ApplicationIntegrationTest {
assertThat(ws.marshalSendAndReceive("http://localhost:" + port + "/ws", request)).isNotNull();
}
}
}