public abstract static class ConnectorTestSetup.AbstractConnectorTestSetup extends Object implements ConnectorTestSetup
ConnectorTestSetup.ConnectorTestSetup.AbstractConnectorTestSetup| Constructor and Description |
|---|
ConnectorTestSetup.AbstractConnectorTestSetup() |
| Modifier and Type | Method and Description |
|---|---|
void |
after(RepositorySystemSession session,
RemoteRepository repository,
Map<String,Object> context)
This method is called after each test of the bundle is executed.
|
Map<String,Object> |
beforeClass(RepositorySystemSession session)
This method is called before the first test of the bundle is executed.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitbefore, factorypublic ConnectorTestSetup.AbstractConnectorTestSetup()
public Map<String,Object> beforeClass(RepositorySystemSession session) throws Exception
ConnectorTestSetupbeforeClass in interface ConnectorTestSetupsession - The session used for the test bundle.Exceptionpublic void after(RepositorySystemSession session, RemoteRepository repository, Map<String,Object> context) throws Exception
ConnectorTestSetupafter in interface ConnectorTestSetupsession - The session used for the test bundle.repository - the repository used in the test run.context - The context provided by ConnectorTestSetup.beforeClass(RepositorySystemSession).ExceptionCopyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.