Update ApplicationIntegrationTest.java
This commit is contained in:
@@ -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();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user