io.mangoo.test.http.TestBrowser Maven / Gradle / Ivy
package io.mangoo.test.http;
/**
*
* @author svenkubiak
*
*/
public class TestBrowser extends TestResponse {
public static TestBrowser open() {
return new TestBrowser();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy