Class AddDirectoryTaskTest


  • public class AddDirectoryTaskTest
    extends Object
    • Field Detail

      • temporaryFolder

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

      • AddDirectoryTaskTest

        public AddDirectoryTaskTest()
    • Method Detail

      • setUp

        public void setUp()
      • testAddDirectory_ShouldNotAddDirectoryIfNonExistent

        public void testAddDirectory_ShouldNotAddDirectoryIfNonExistent()
                                                                 throws Exception
        Throws:
        Exception
      • testAddDirectory_ShouldAddDirectory

        public void testAddDirectory_ShouldAddDirectory()
                                                 throws Exception
        Throws:
        Exception
      • testAddDirectory_ShouldAddDirectoryWithDirMode

        public void testAddDirectory_ShouldAddDirectoryWithDirMode()
                                                            throws Exception
        Throws:
        Exception
      • testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes

        public void testAddDirectory_ShouldAddDirectoryWithIncludesAndExcludes()
                                                                        throws Exception
        Throws:
        Exception