Class HtmlReviewerTest

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

class HtmlReviewerTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • HtmlReviewerTest

      HtmlReviewerTest()
  • Method Details

    • getSupportedFileExtensions_returnsHtmlHtmXml

      @Test void getSupportedFileExtensions_returnsHtmlHtmXml()
    • perform_returnsNullWhenNoGuidanceCommentPresent

      @Test void perform_returnsNullWhenNoGuidanceCommentPresent() throws IOException
      Throws:
      IOException
    • perform_returnsNullWhenGuidanceTagIsNotInHtmlComment

      @Test void perform_returnsNullWhenGuidanceTagIsNotInHtmlComment() throws IOException
      Throws:
      IOException
    • perform_formatsHtmlWhenGuidanceCommentPresent

      @Test void perform_formatsHtmlWhenGuidanceCommentPresent() throws IOException
      Throws:
      IOException