Gradle Test Run :ciRelease

Compile

summary

15

tests

0

failures

0

skipped

0.164s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
argument validation org.egothor.stemmer.CompileTest$ArgumentValidationTest 8 0 0 0.042s 100%
should compile minimal dictionary into non-empty output file shouldCompileMinimalDictionaryIntoNonEmptyOutputFile() 1 0 0 0.023s 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.009s 100%
should fail with processing error when output exists and overwrite is not enabled shouldFailWithProcessingErrorWhenOutputExistsAndOverwriteIsNotEnabled() 1 0 0 0.005s 100%
should overwrite existing output when overwrite is enabled shouldOverwriteExistingOutputWhenOverwriteIsEnabled() 1 0 0 0.006s 100%
should reject utility class instantiation shouldRejectUtilityClassInstantiation() 1 0 0 0.010s 100%
should return success and print usage when help is requested shouldReturnSuccessAndPrintUsageWhenHelpIsRequested() 1 0 0 0.036s 100%