Class MarkdownReviewerTest

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

class MarkdownReviewerTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • MarkdownReviewerTest

      MarkdownReviewerTest()
  • Method Details

    • getSupportedFileExtensions_returnsMd

      @Test void getSupportedFileExtensions_returnsMd()
    • perform_returnsNullWhenNoGuidanceTag

      @Test void perform_returnsNullWhenNoGuidanceTag() throws IOException
      Throws:
      IOException
    • perform_formatsMarkdownWhenGuidanceCommentPresent

      @Test void perform_formatsMarkdownWhenGuidanceCommentPresent() throws IOException
      Throws:
      IOException
    • perform_formatsMarkdownWhenCommentIsNotClosedAtEndOfFile

      @Test void perform_formatsMarkdownWhenCommentIsNotClosedAtEndOfFile() throws IOException
      Throws:
      IOException