public class JcrDriverHttpTest extends Object
| Constructor and Description |
|---|
JcrDriverHttpTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
afterEach() |
void |
beforeEach() |
void |
shouldAcceptValidUrls() |
void |
shouldCreateConnectionInfoForUrlWithEscapedCharacters() |
void |
shouldHaveMajorVersion() |
void |
shouldHaveMinorVersion() |
void |
shouldHaveVendorName() |
void |
shouldHaveVendorUrl() |
void |
shouldHaveVersion() |
void |
shouldNotAcceptInvalidUrls() |
void |
shouldNotBeJdbcCompliant() |
void |
shouldReturnEmptyPropertyInfosWhenSuppliedValidAndCompleteUrlAndNoProperties() |
void |
shouldReturnEmptyPropertyInfosWhenSuppliedValidUrlAndAllPropertiesWithRepositoryInHttp() |
void |
shouldReturnRepositoryPropertyInfoWhenMissingPassword() |
void |
shouldReturnRepositoryPropertyInfoWhenMissingRequiredRepositoryName() |
void |
shouldReturnRepositoryPropertyInfoWhenMissingUsername() |
void |
shouldReturnRepositoryPropertyInfoWhenMissingWorkspaceName() |
public JcrDriverHttpTest()
public void beforeEach() throws Exception
Exceptionpublic void shouldNotBeJdbcCompliant()
public void shouldHaveMajorVersion()
public void shouldHaveMinorVersion()
public void shouldHaveVendorUrl()
public void shouldHaveVendorName()
public void shouldHaveVersion()
public void shouldReturnEmptyPropertyInfosWhenSuppliedValidAndCompleteUrlAndNoProperties() throws SQLException
SQLExceptionpublic void shouldReturnEmptyPropertyInfosWhenSuppliedValidUrlAndAllPropertiesWithRepositoryInHttp() throws SQLException
SQLExceptionpublic void shouldReturnRepositoryPropertyInfoWhenMissingRequiredRepositoryName() throws SQLException
SQLExceptionpublic void shouldReturnRepositoryPropertyInfoWhenMissingWorkspaceName() throws SQLException
SQLExceptionpublic void shouldReturnRepositoryPropertyInfoWhenMissingUsername() throws SQLException
SQLExceptionpublic void shouldReturnRepositoryPropertyInfoWhenMissingPassword() throws SQLException
SQLExceptionpublic void shouldAcceptValidUrls()
public void shouldNotAcceptInvalidUrls()
public void shouldCreateConnectionInfoForUrlWithEscapedCharacters() throws SQLException
SQLExceptionCopyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.