Package org.eclipse.aether.internal.impl
Class DefaultDeployerTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.DefaultDeployerTest
-
public class DefaultDeployerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultDeployerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
teardown()
void
testFailingArtifactEvents()
void
testFailingMetdataEvents()
void
testFileTransformer()
void
testNullArtifactFile()
void
testNullMetadataFile()
void
testStaleLocalMetadataCopyGetsDeletedBeforeMergeWhenMetadataIsNotCurrentlyPresentInRemoteRepo()
void
testSuccessfulArtifactEvents()
void
testSuccessfulDeploy()
void
testSuccessfulMetadataEvents()
-
-
-
Constructor Detail
-
DefaultDeployerTest
public DefaultDeployerTest()
-
-
Method Detail
-
setup
public void setup() throws IOException
- Throws:
IOException
-
testSuccessfulDeploy
public void testSuccessfulDeploy() throws DeploymentException
- Throws:
DeploymentException
-
testNullArtifactFile
public void testNullArtifactFile() throws DeploymentException
- Throws:
DeploymentException
-
testNullMetadataFile
public void testNullMetadataFile() throws DeploymentException
- Throws:
DeploymentException
-
testSuccessfulArtifactEvents
public void testSuccessfulArtifactEvents() throws DeploymentException
- Throws:
DeploymentException
-
testFailingArtifactEvents
public void testFailingArtifactEvents()
-
testSuccessfulMetadataEvents
public void testSuccessfulMetadataEvents() throws DeploymentException
- Throws:
DeploymentException
-
testFailingMetdataEvents
public void testFailingMetdataEvents()
-
testStaleLocalMetadataCopyGetsDeletedBeforeMergeWhenMetadataIsNotCurrentlyPresentInRemoteRepo
public void testStaleLocalMetadataCopyGetsDeletedBeforeMergeWhenMetadataIsNotCurrentlyPresentInRemoteRepo() throws Exception
- Throws:
Exception
-
testFileTransformer
public void testFileTransformer() throws Exception
- Throws:
Exception
-
-