Closing and restarting WireMock stub after and before each test (#707)

fixes gh-665
This commit is contained in:
Marcin Grzejszczak
2018-08-08 17:52:28 +02:00
committed by GitHub
parent 7046690842
commit c9228969de
68 changed files with 330 additions and 99 deletions

View File

@@ -18,7 +18,6 @@ import org.springframework.test.context.junit4.SpringRunner;
@RunWith(SpringRunner.class)
@SpringBootTest(properties="app.baseUrl=http://localhost:7070", webEnvironment=WebEnvironment.NONE)
@DirtiesContext
@AutoConfigureWireMock(port = 7070)
public class WiremockImportApplicationTests {