public class MirrorStandaloneTest
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private static java.lang.String |
DEFAULT_NAME |
private DestinationRepositoryDescriptor |
destinationRepo |
LogVerifier |
logVerifier |
private MirrorApplicationServiceImpl |
subject |
private BuildOutputDirectory |
targetFolder |
org.junit.rules.TemporaryFolder |
tempFolder |
Constructor and Description |
---|
MirrorStandaloneTest() |
Modifier and Type | Method and Description |
---|---|
private RepositoryReferences |
e342PlusFragmentsRepo() |
private java.io.File[] |
getMirroredBundleFiles() |
void |
initTestContext() |
private void |
mirrorCoreRuntimeBundle() |
void |
testMirrorAllUnits() |
void |
testMirrorAppendAlreadyExisting() |
void |
testMirrorLatestOnly() |
void |
testMirrorMatchExpression() |
void |
testMirrorNotExisting() |
void |
testMirrorSpecificUnitLatestVersion() |
void |
testMirrorSpecificUnitSpecificVersion() |
private static final java.lang.String DEFAULT_NAME
private DestinationRepositoryDescriptor destinationRepo
private MirrorApplicationServiceImpl subject
public final org.junit.rules.TemporaryFolder tempFolder
public final LogVerifier logVerifier
private BuildOutputDirectory targetFolder
public void initTestContext() throws java.lang.Exception
java.lang.Exception
public void testMirrorAllUnits() throws java.lang.Exception
java.lang.Exception
public void testMirrorSpecificUnitLatestVersion() throws java.lang.Exception
java.lang.Exception
private java.io.File[] getMirroredBundleFiles()
private void mirrorCoreRuntimeBundle() throws FacadeException
FacadeException
public void testMirrorSpecificUnitSpecificVersion() throws java.lang.Exception
java.lang.Exception
public void testMirrorMatchExpression() throws java.lang.Exception
java.lang.Exception
public void testMirrorLatestOnly() throws java.lang.Exception
java.lang.Exception
public void testMirrorNotExisting() throws java.lang.Exception
java.lang.Exception
public void testMirrorAppendAlreadyExisting() throws java.lang.Exception
java.lang.Exception
private RepositoryReferences e342PlusFragmentsRepo()