Update ApplicationIntegrationTest.java
This commit is contained in:
parent
31f858f3ba
commit
29e492342e
|
@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue