Class GuidanceProcessorTest
java.lang.Object
org.machanism.machai.gw.processor.GuidanceProcessorTest
-
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(package private) void(package private) void(package private) void
-
Field Details
-
tempDir
-
-
Constructor Details
-
GuidanceProcessorTest
GuidanceProcessorTest()
-
-
Method Details
-
normalizeExtensionKey_whenNullOrBlank_thenNull
@Test void normalizeExtensionKey_whenNullOrBlank_thenNull() -
normalizeExtensionKey_whenHasLeadingDot_thenLowercaseNoDot
@Test void normalizeExtensionKey_whenHasLeadingDot_thenLowercaseNoDot() -
match_whenNoPathMatcherAndNoDefaultPrompt_thenMatchesAnyFile
@Test void match_whenNoPathMatcherAndNoDefaultPrompt_thenMatchesAnyFile() -
match_whenNoPathMatcherAndDefaultPromptPresent_thenOnlyMatchesProjectDir
@Test void match_whenNoPathMatcherAndDefaultPromptPresent_thenOnlyMatchesProjectDir() -
getReviewerForExtension_whenNoReviewersLoaded_thenNull
@Test void getReviewerForExtension_whenNoReviewersLoaded_thenNull() -
parseFile_whenNotFile_thenNull
- Throws:
Exception
-
parseFile_whenNoReviewerForExtension_thenNull
- Throws:
Exception
-
parseFile_whenReviewerAvailable_thenDelegates
- Throws:
Exception
-