Package org.machanism.machai.gw.reviewer
Class PythonReviewerTest
java.lang.Object
org.machanism.machai.gw.reviewer.PythonReviewerTest
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) void(package private) void(package private) void(package private) void(package private) void
-
Field Details
-
tempDir
-
-
Constructor Details
-
PythonReviewerTest
PythonReviewerTest()
-
-
Method Details
-
getSupportedFileExtensions_returnsPy
@Test void getSupportedFileExtensions_returnsPy() -
perform_returnsNullWhenNoGuidanceTag
- Throws:
IOException
-
perform_returnsNullWhenGuidanceTagPresentButNoSupportedSyntaxMatches
@Test void perform_returnsNullWhenGuidanceTagPresentButNoSupportedSyntaxMatches() throws IOException- Throws:
IOException
-
perform_formatsWhenGuidancePresentInLineComment
- Throws:
IOException
-
perform_formatsWhenGuidancePresentInTripleQuotedString
- Throws:
IOException
-