Class CleaningUnpackMojoTest
java.lang.Object
test.de.iip_ecosphere.platform.tools.maven.dependencies.CleaningUnpackMojoTest
Tests public/static parts of
CleaningUnpackMojo.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprivate static voidDoes the expected asserts for file/string based specification.voidTests initially allowed files and their matching.voidTests initially allowed files and their matching.voidTests initially allowed files and their matching.
-
Field Details
-
LOG
private static final org.apache.maven.plugin.logging.Log LOG
-
-
Constructor Details
-
CleaningUnpackMojoTest
public CleaningUnpackMojoTest()
-
-
Method Details
-
testInitiallyAllowedString
public void testInitiallyAllowedString()Tests initially allowed files and their matching. -
testInitiallyAllowedFile
public void testInitiallyAllowedFile()Tests initially allowed files and their matching. -
testInitiallyAllowedFileMixed
public void testInitiallyAllowedFileMixed()Tests initially allowed files and their matching. -
doAssert
Does the expected asserts for file/string based specification.- Parameters:
allowed- the set of allowed file names/wildcards
-