|
|
@ -290,6 +290,7 @@ public class JettyServletWebServerFactoryTests
|
|
|
|
threadPool.setMaxThreads(2);
|
|
|
|
threadPool.setMaxThreads(2);
|
|
|
|
threadPool.setMinThreads(2);
|
|
|
|
threadPool.setMinThreads(2);
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
this.thrown.expectCause(instanceOf(IllegalStateException.class));
|
|
|
|
this.thrown.expectCause(instanceOf(IllegalStateException.class));
|
|
|
|
factory.getWebServer().start();
|
|
|
|
factory.getWebServer().start();
|
|
|
|