public class JcrHttpDriverIntegrationTest extends Object
JcrDriver. Please note that this class only performs a series of
"smoke tests" against a running remote repository and is nowhere near complete from a point of view of testing a
Driver implementation.| Constructor and Description |
|---|
JcrHttpDriverIntegrationTest() |
| Modifier and Type | Method and Description |
|---|---|
void |
after() |
void |
before() |
protected String |
getContextPathUrl() |
protected String |
getPassword() |
protected String |
getRepositoryName() |
protected String |
getUserName() |
protected String |
getWorkspaceName() |
void |
shouldCreateConnectionToRemoteServer() |
void |
shouldNotConnectWithInvalidRepositoryName() |
void |
shouldRetrieveMetaData() |
void |
shouldReturnEmptyResultSetWhenNoResultsFoundForQuery() |
void |
shouldReturnResultsFromSimpleQuery() |
public JcrHttpDriverIntegrationTest()
public void shouldCreateConnectionToRemoteServer() throws SQLException
SQLExceptionpublic void shouldNotConnectWithInvalidRepositoryName() throws Exception
Exception@FixFor(value="MODE-2125") public void shouldRetrieveMetaData() throws SQLException
SQLException@FixFor(value="MODE-872") public void shouldReturnResultsFromSimpleQuery() throws Exception
Exception@FixFor(value="MODE-872") public void shouldReturnEmptyResultSetWhenNoResultsFoundForQuery() throws Exception
Exceptionprotected String getContextPathUrl()
protected String getRepositoryName()
protected String getWorkspaceName()
protected String getUserName()
protected String getPassword()
Copyright © 2008–2021 JBoss, a division of Red Hat. All rights reserved.