Class GuidanceProcessorTest

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

class GuidanceProcessorTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • GuidanceProcessorTest

      GuidanceProcessorTest()
  • Method Details

    • normalizeExtensionKey_whenNullOrBlank_thenNull

      @Test void normalizeExtensionKey_whenNullOrBlank_thenNull()
    • normalizeExtensionKey_whenHasLeadingDot_thenLowercaseNoDot

      @Test void normalizeExtensionKey_whenHasLeadingDot_thenLowercaseNoDot()
    • match_whenNoPathMatcherAndNoDefaultPrompt_thenMatchesAnyFile

      @Test void match_whenNoPathMatcherAndNoDefaultPrompt_thenMatchesAnyFile()
    • match_whenNoPathMatcherAndDefaultPromptPresent_thenOnlyMatchesProjectDir

      @Test void match_whenNoPathMatcherAndDefaultPromptPresent_thenOnlyMatchesProjectDir()
    • getReviewerForExtension_whenNoReviewersLoaded_thenNull

      @Test void getReviewerForExtension_whenNoReviewersLoaded_thenNull()
    • parseFile_whenNotFile_thenNull

      @Test void parseFile_whenNotFile_thenNull() throws Exception
      Throws:
      Exception
    • parseFile_whenNoReviewerForExtension_thenNull

      @Test void parseFile_whenNoReviewerForExtension_thenNull() throws Exception
      Throws:
      Exception
    • parseFile_whenReviewerAvailable_thenDelegates

      @Test void parseFile_whenReviewerAvailable_thenDelegates() throws Exception
      Throws:
      Exception