All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.mangoo.test.http.TestBrowser Maven / Gradle / Ivy

The newest version!
package io.mangoo.test.http;

/**
 * 
 * @author svenkubiak
 *
 */
public class TestBrowser extends TestResponse {
    public static TestBrowser open() {
        return new TestBrowser();
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy