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.Exceptionpublic void testMirrorAllUnits()
throws java.lang.Exception
java.lang.Exceptionpublic void testMirrorSpecificUnitLatestVersion()
throws java.lang.Exception
java.lang.Exceptionprivate java.io.File[] getMirroredBundleFiles()
private void mirrorCoreRuntimeBundle()
throws FacadeException
FacadeExceptionpublic void testMirrorSpecificUnitSpecificVersion()
throws java.lang.Exception
java.lang.Exceptionpublic void testMirrorMatchExpression()
throws java.lang.Exception
java.lang.Exceptionpublic void testMirrorLatestOnly()
throws java.lang.Exception
java.lang.Exceptionpublic void testMirrorNotExisting()
throws java.lang.Exception
java.lang.Exceptionpublic void testMirrorAppendAlreadyExisting()
throws java.lang.Exception
java.lang.Exceptionprivate RepositoryReferences e342PlusFragmentsRepo()