Gradle Test Run :ciRelease

Compile

summary

17

tests

0

failures

0

skipped

0.171s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
argument validation org.egothor.stemmer.CompileTest$ArgumentValidationTest 9 0 0 0.035s 100%
should compile minimal dictionary into non-empty output file shouldCompileMinimalDictionaryIntoNonEmptyOutputFile() 1 0 0 0.007s 100%
should compile successfully when store-original is enabled shouldCompileSuccessfullyWhenStoreOriginalIsEnabled() 1 0 0 0.006s 100%
should fail with processing error when input file does not exist shouldFailWithProcessingErrorWhenInputFileDoesNotExist() 1 0 0 0.004s 100%
should fail with processing error when output exists and overwrite is not enabled shouldFailWithProcessingErrorWhenOutputExistsAndOverwriteIsNotEnabled() 1 0 0 0.007s 100%
should overwrite existing output when overwrite is enabled shouldOverwriteExistingOutputWhenOverwriteIsEnabled() 1 0 0 0.006s 100%
should persist an explicit forward traversal for prefix-oriented custom data shouldPersistExplicitForwardTraversal() 1 0 0 0.038s 100%
should reject utility class instantiation shouldRejectUtilityClassInstantiation() 1 0 0 0.008s 100%
should return success and print usage when help is requested shouldReturnSuccessAndPrintUsageWhenHelpIsRequested() 1 0 0 0.036s 100%