public class MavenServiceStubbingTestBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
StubServiceRegistration<FileLockService> |
fileLockServiceRegistration |
LogVerifier |
logVerifier |
StubServiceRegistration<MavenContext> |
mavenContextRegistration |
StubServiceRegistration<MavenRepositorySettings> |
repositorySettingsRegistration |
org.junit.rules.TemporaryFolder |
temporaryFolder |
Constructor and Description |
---|
MavenServiceStubbingTestBase() |
Modifier and Type | Method and Description |
---|---|
private MavenContext |
createMavenContext() |
void |
initServiceInstances() |
public LogVerifier logVerifier
public org.junit.rules.TemporaryFolder temporaryFolder
public StubServiceRegistration<MavenContext> mavenContextRegistration
public StubServiceRegistration<MavenRepositorySettings> repositorySettingsRegistration
public StubServiceRegistration<FileLockService> fileLockServiceRegistration
public void initServiceInstances() throws java.lang.Exception
java.lang.Exception
private MavenContext createMavenContext() throws java.lang.Exception
java.lang.Exception