Search in sources :

Example 6 with HTTP

use of com.coveros.selenified.services.HTTP in project selenified by Coveros.

the class HTTPTest method useCredentialsBothTest.

@Test
public void useCredentialsBothTest() {
    HTTP http = new HTTP("Service", "User", "Pass");
    Assert.assertTrue(http.useCredentials());
}
Also used : HTTP(com.coveros.selenified.services.HTTP) Test(org.testng.annotations.Test)

Aggregations

HTTP (com.coveros.selenified.services.HTTP)6 Test (org.testng.annotations.Test)5 App (com.coveros.selenified.application.App)1 InvalidBrowserException (com.coveros.selenified.exceptions.InvalidBrowserException)1 Call (com.coveros.selenified.services.Call)1 MalformedURLException (java.net.MalformedURLException)1 DesiredCapabilities (org.openqa.selenium.remote.DesiredCapabilities)1