public Class<LowLevelAppDescriptor> supports() {
return LowLevelAppDescriptor.class;
}
public TestContainer create(final URI baseUri, final AppDescriptor ad) throws IllegalArgumentException {
return new TestContainer() {
private HttpServer server;
public void stop() {
if (server != null)