Class AbstractFileProcessorAdditionalTest

java.lang.Object
org.machanism.machai.gw.processor.AbstractFileProcessorAdditionalTest

class AbstractFileProcessorAdditionalTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • AbstractFileProcessorAdditionalTest

      AbstractFileProcessorAdditionalTest()
  • Method Details

    • setUp

      @BeforeEach void setUp()
    • scanFolder_whenNonRecursive_skipsModuleTraversal_butProcessesParentFiles

      @Test void scanFolder_whenNonRecursive_skipsModuleTraversal_butProcessesParentFiles() throws Exception
      Throws:
      Exception
    • scanFolder_whenConcurrencyGreaterThanOne_usesMultiThreadedModuleProcessing

      @Test void scanFolder_whenConcurrencyGreaterThanOne_usesMultiThreadedModuleProcessing() throws Exception
      Throws:
      Exception
    • findFiles_sortsByPathDepthDescending_andExcludesExcludeDirs

      @Test void findFiles_sortsByPathDepthDescending_andExcludesExcludeDirs() throws Exception
      Throws:
      Exception
    • shouldExcludePath_whenExcludesContainsNull_entries_areIgnored

      @Test void shouldExcludePath_whenExcludesContainsNull_entries_areIgnored()