|
|
@ -110,8 +110,9 @@ public abstract class AbstractEmbeddedServletContainerFactoryTests {
|
|
|
|
.getEmbeddedServletContainer(exampleServletRegistration());
|
|
|
|
.getEmbeddedServletContainer(exampleServletRegistration());
|
|
|
|
this.container.start();
|
|
|
|
this.container.start();
|
|
|
|
this.container.stop();
|
|
|
|
this.container.stop();
|
|
|
|
this.thrown.expect(Exception.class);
|
|
|
|
// this.thrown.expect(Exception.class);
|
|
|
|
getResponse(getLocalUrl("/hello"));
|
|
|
|
String response = getResponse(getLocalUrl("/hello"));
|
|
|
|
|
|
|
|
throw new RuntimeException(response);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@Test
|
|
|
|
@Test
|
|
|
|