Class ComponentsXmlArchiverFileFilterTest

java.lang.Object
org.apache.maven.plugins.assembly.filter.ComponentsXmlArchiverFileFilterTest

public class ComponentsXmlArchiverFileFilterTest extends Object
  • Field Details

    • temporaryFolder

      public org.junit.rules.TemporaryFolder temporaryFolder
  • Constructor Details

    • ComponentsXmlArchiverFileFilterTest

      public ComponentsXmlArchiverFileFilterTest()
  • Method Details

    • setUp

      public void setUp()
    • testAddComponentsXml_ShouldAddComponentWithoutRoleHint

      public void testAddComponentsXml_ShouldAddComponentWithoutRoleHint() throws Exception
      Throws:
      Exception
    • testAddComponentsXml_ShouldAddComponentWithRoleHint

      public void testAddComponentsXml_ShouldAddComponentWithRoleHint() throws Exception
      Throws:
      Exception
    • testAddComponentsXml_ShouldAddTwoComponentsWithRoleHints

      public void testAddComponentsXml_ShouldAddTwoComponentsWithRoleHints() throws Exception
      Throws:
      Exception
    • testAddToArchive_ShouldWriteComponentWithoutHintToFile

      public void testAddToArchive_ShouldWriteComponentWithoutHintToFile() throws Exception
      Throws:
      Exception
    • testAddToArchive_ShouldWriteComponentWithHintToFile

      public void testAddToArchive_ShouldWriteComponentWithHintToFile() throws Exception
      Throws:
      Exception
    • testAddToArchive_ShouldWriteTwoComponentToFile

      public void testAddToArchive_ShouldWriteTwoComponentToFile() throws Exception
      Throws:
      Exception
    • testAddToArchive_ShouldWriteTwoComponentToArchivedFile

      public void testAddToArchive_ShouldWriteTwoComponentToArchivedFile() throws Exception
      Throws:
      Exception