Class PumlReviewerTest

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

class PumlReviewerTest extends Object
  • Field Details

    • tempDir

      @TempDir Path tempDir
  • Constructor Details

    • PumlReviewerTest

      PumlReviewerTest()
  • Method Details

    • getSupportedFileExtensions_returnsPuml

      @Test void getSupportedFileExtensions_returnsPuml()
    • perform_throwsWhenArgumentsNull

      @Test void perform_throwsWhenArgumentsNull()
    • perform_returnsNullWhenNoGuidanceTag

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

      @Test void perform_formatsWhenGuidanceTagPresent() throws IOException
      Throws:
      IOException