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.Log LOG  
  • Constructor Summary

    Constructors 
    Constructor Description
    CleaningUnpackMojoTest()  
  • Method Summary

    Modifier and Type Method Description
    private static void doAssert​(java.util.Set<java.lang.String> allowed)
    Does the expected asserts for file/string based specification.
    void testInitiallyAllowedFile()
    Tests initially allowed files and their matching.
    void testInitiallyAllowedFileMixed()
    Tests initially allowed files and their matching.
    void testInitiallyAllowedString()
    Tests initially allowed files and their matching.

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • LOG

      private static final org.apache.maven.plugin.logging.Log LOG
  • Constructor Details

  • 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