Class CleaningUnpackMojoTest
java.lang.Object
test.de.iip_ecosphere.platform.tools.maven.dependencies.CleaningUnpackMojoTest
public class CleaningUnpackMojoTest
extends java.lang.Object
Tests public/static parts of
CleaningUnpackMojo.- Author:
- Holger Eichelberger, SSE
-
Field Summary
Fields Modifier and Type Field Description private static org.apache.maven.plugin.logging.LogLOG -
Constructor Summary
Constructors Constructor Description CleaningUnpackMojoTest() -
Method Summary
Modifier and Type Method Description private static voiddoAssert(java.util.Set<java.lang.String> allowed)Does the expected asserts for file/string based specification.voidtestInitiallyAllowedFile()Tests initially allowed files and their matching.voidtestInitiallyAllowedFileMixed()Tests initially allowed files and their matching.voidtestInitiallyAllowedString()Tests 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
private static void doAssert(java.util.Set<java.lang.String> allowed)Does the expected asserts for file/string based specification.- Parameters:
allowed- the set of allowed file names/wildcards
-