Package org.eclipse.aether.internal.impl
Class DefaultInstallerTest
- java.lang.Object
-
- org.eclipse.aether.internal.impl.DefaultInstallerTest
-
public class DefaultInstallerTest extends Object
-
-
Constructor Summary
Constructors Constructor Description DefaultInstallerTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setup()
void
teardown()
void
testArtifactDestinationEqualsSource()
void
testArtifactExistsAsDir()
void
testDoNotUpdateUnchangedArtifact()
void
testFailingEventsArtifactExistsAsDir()
void
testFailingEventsMetadataExistsAsDir()
void
testFailingEventsNullArtifactFile()
void
testFailingEventsNullMetadataFile()
void
testFileTransformer()
void
testMetadataDestinationEqualsSource()
void
testMetadataExistsAsDir()
void
testNonExistentArtifactFile()
void
testNonExistentMetadataFile()
void
testNullArtifactFile()
void
testNullMetadataFile()
void
testSetArtifactTimestamps()
void
testSuccessfulArtifactEvents()
void
testSuccessfulInstall()
void
testSuccessfulMetadataEvents()
-
-
-
Constructor Detail
-
DefaultInstallerTest
public DefaultInstallerTest()
-
-
Method Detail
-
setup
public void setup() throws IOException
- Throws:
IOException
-
testSuccessfulInstall
public void testSuccessfulInstall() throws InstallationException, IOException
- Throws:
InstallationException
IOException
-
testNullArtifactFile
public void testNullArtifactFile() throws InstallationException
- Throws:
InstallationException
-
testNullMetadataFile
public void testNullMetadataFile() throws InstallationException
- Throws:
InstallationException
-
testNonExistentArtifactFile
public void testNonExistentArtifactFile() throws InstallationException
- Throws:
InstallationException
-
testNonExistentMetadataFile
public void testNonExistentMetadataFile() throws InstallationException
- Throws:
InstallationException
-
testArtifactExistsAsDir
public void testArtifactExistsAsDir() throws InstallationException
- Throws:
InstallationException
-
testMetadataExistsAsDir
public void testMetadataExistsAsDir() throws InstallationException
- Throws:
InstallationException
-
testArtifactDestinationEqualsSource
public void testArtifactDestinationEqualsSource() throws Exception
- Throws:
Exception
-
testMetadataDestinationEqualsSource
public void testMetadataDestinationEqualsSource() throws Exception
- Throws:
Exception
-
testSuccessfulArtifactEvents
public void testSuccessfulArtifactEvents() throws InstallationException
- Throws:
InstallationException
-
testSuccessfulMetadataEvents
public void testSuccessfulMetadataEvents() throws InstallationException
- Throws:
InstallationException
-
testFailingEventsNullArtifactFile
public void testFailingEventsNullArtifactFile()
-
testFailingEventsNullMetadataFile
public void testFailingEventsNullMetadataFile()
-
testFailingEventsArtifactExistsAsDir
public void testFailingEventsArtifactExistsAsDir()
-
testFailingEventsMetadataExistsAsDir
public void testFailingEventsMetadataExistsAsDir()
-
testDoNotUpdateUnchangedArtifact
public void testDoNotUpdateUnchangedArtifact() throws InstallationException
- Throws:
InstallationException
-
testSetArtifactTimestamps
public void testSetArtifactTimestamps() throws InstallationException
- Throws:
InstallationException
-
testFileTransformer
public void testFileTransformer() throws Exception
- Throws:
Exception
-
-