Class TextReviewerTest

java.lang.Object
org.machanism.machai.gw.reviewer.TextReviewerTest

class TextReviewerTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • TextReviewerTest

      TextReviewerTest()
  • Method Details

    • getSupportedFileExtensions_returnsTxt

      @Test void getSupportedFileExtensions_returnsTxt()
    • perform_returnsNullWhenNotGuidanceFileName

      @Test void perform_returnsNullWhenNotGuidanceFileName() throws IOException
      Throws:
      IOException
    • perform_formatsGuidanceFileWhenNamedGuidanceTxt

      @Test void perform_formatsGuidanceFileWhenNamedGuidanceTxt() throws IOException
      Throws:
      IOException
    • getPrompt_returnsSameReferenceWhenBlank

      @Test void getPrompt_returnsSameReferenceWhenBlank()
    • getPrompt_returnsFormattedPromptWhenNonBlank

      @Test void getPrompt_returnsFormattedPromptWhenNonBlank()