Gradle Test Run :test

Compile

summary

15

tests

0

failures

0

skipped

0.037s

duration

100%

successful

Child Name Tests Failures Skipped Duration Success rate
argument validation org.egothor.stemmer.CompileTest$ArgumentValidationTest 8 0 0 0.018s 100%
should compile minimal dictionary into non-empty output file shouldCompileMinimalDictionaryIntoNonEmptyOutputFile() 1 0 0 0.003s 100%
should compile successfully when store-original is enabled shouldCompileSuccessfullyWhenStoreOriginalIsEnabled() 1 0 0 0.002s 100%
should fail with processing error when input file does not exist shouldFailWithProcessingErrorWhenInputFileDoesNotExist() 1 0 0 0.002s 100%
should fail with processing error when output exists and overwrite is not enabled shouldFailWithProcessingErrorWhenOutputExistsAndOverwriteIsNotEnabled() 1 0 0 0.003s 100%
should overwrite existing output when overwrite is enabled shouldOverwriteExistingOutputWhenOverwriteIsEnabled() 1 0 0 0.002s 100%
should reject utility class instantiation shouldRejectUtilityClassInstantiation() 1 0 0 0.002s 100%
should return success and print usage when help is requested shouldReturnSuccessAndPrintUsageWhenHelpIsRequested() 1 0 0 0.002s 100%