public class WebDriverDatabaseConnectionTest extends Object
Modifier and Type | Field and Description |
---|---|
static DisableSslVerificationRule |
disableSslVerificationRule |
com.atlassian.webdriver.testing.rule.SessionCleanupRule |
sessionCleanupRule |
com.atlassian.webdriver.testing.rule.TestBrowserRule |
testBrowserRule |
com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule |
webDriverScreenshotRule |
Constructor and Description |
---|
WebDriverDatabaseConnectionTest() |
Modifier and Type | Method and Description |
---|---|
void |
nextOnJDBCConnectionWithIncorrectPassword() |
void |
nextWhenJDBCConnectionIsSucceeded() |
void |
shouldShowErrorAtNextWhenDatasourceNotExist() |
void |
shouldShowErrorWhenDatasourceNotExist() |
void |
testJDBCConnectionIsSucceeded() |
void |
testJDBCConnectionWithIncorrectPassword() |
void |
testJDBCConnectionWithIncorrectUserName() |
void |
testJDBCConnectionWithUnreachableHost() |
void |
testJDBCConnectionWithUnreachablePort() |
void |
testValidationOnJDBCForm() |
public com.atlassian.webdriver.testing.rule.WebDriverScreenshotRule webDriverScreenshotRule
public com.atlassian.webdriver.testing.rule.SessionCleanupRule sessionCleanupRule
public com.atlassian.webdriver.testing.rule.TestBrowserRule testBrowserRule
public static DisableSslVerificationRule disableSslVerificationRule
public void testJDBCConnectionIsSucceeded() throws Exception
Exception
public void nextWhenJDBCConnectionIsSucceeded() throws Exception
Exception
public void shouldShowErrorWhenDatasourceNotExist()
public void shouldShowErrorAtNextWhenDatasourceNotExist()
public void testJDBCConnectionWithIncorrectPassword() throws Exception
Exception
public void nextOnJDBCConnectionWithIncorrectPassword() throws Exception
Exception
public void testJDBCConnectionWithIncorrectUserName() throws Exception
Exception
public void testJDBCConnectionWithUnreachableHost() throws Exception
Exception
Copyright © 2003–2017 Atlassian. All rights reserved.