public abstract class ConnectorTestSuiteSetup extends Object
ConnectorTestSuite per connector.| Modifier and Type | Field and Description |
|---|---|
protected RemoteRepository |
repository |
protected DefaultRepositorySystemSession |
session |
| Constructor and Description |
|---|
ConnectorTestSuiteSetup(ConnectorTestSetup setup) |
| Modifier and Type | Method and Description |
|---|---|
void |
after()
|
void |
before()
If called for the first time, calls
ConnectorTestSetup.beforeClass(org.eclipse.aether.RepositorySystemSession). |
protected RepositoryConnectorFactory |
factory() |
protected RemoteRepository repository
protected DefaultRepositorySystemSession session
public ConnectorTestSuiteSetup(ConnectorTestSetup setup)
setup - The connector-specific callback handler to use.public void before()
throws Exception
ConnectorTestSetup.beforeClass(org.eclipse.aether.RepositorySystemSession). Always calls
ConnectorTestSetup.before(org.eclipse.aether.RepositorySystemSession, Map).Exceptionprotected RepositoryConnectorFactory factory()
ConnectorTestSetup.factory().Copyright © 2010-2013 The Eclipse Foundation. All Rights Reserved.