|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.sonatype.aether.test.util.connector.suite.ConnectorTestSuiteSetup
public abstract class ConnectorTestSuiteSetup
Provides the Junit-callback methods to configure the ConnectorTestSuite
per connector.
Field Summary | |
---|---|
protected RemoteRepository |
repository
|
protected TestRepositorySystemSession |
session
|
Constructor Summary | |
---|---|
ConnectorTestSuiteSetup(ConnectorTestSetup setup)
|
Method Summary | |
---|---|
void |
after()
Calls ConnectorTestSetup.after(org.sonatype.aether.RepositorySystemSession, RemoteRepository, Map) . |
void |
before()
If called for the first time, calls ConnectorTestSetup.beforeClass(org.sonatype.aether.RepositorySystemSession) . |
protected RepositoryConnectorFactory |
factory()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected RemoteRepository repository
protected TestRepositorySystemSession session
Constructor Detail |
---|
public ConnectorTestSuiteSetup(ConnectorTestSetup setup)
setup
- The connector-specific callback handler to use.Method Detail |
---|
public void before() throws java.lang.Exception
ConnectorTestSetup.beforeClass(org.sonatype.aether.RepositorySystemSession)
. Always calls
ConnectorTestSetup.before(org.sonatype.aether.RepositorySystemSession, Map)
.
java.lang.Exception
public void after() throws java.lang.Exception
ConnectorTestSetup.after(org.sonatype.aether.RepositorySystemSession, RemoteRepository, Map)
.
java.lang.Exception
protected RepositoryConnectorFactory factory()
ConnectorTestSetup.factory()
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |