Gradle Test Run :ciRelease
Compile
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| argument validation | org.egothor.stemmer.CompileTest$ArgumentValidationTest | 8 | 0 | 0 | 0.051s | 100% |
| should compile minimal dictionary into non-empty output file | shouldCompileMinimalDictionaryIntoNonEmptyOutputFile() | 1 | 0 | 0 | 0.017s | 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.007s | 100% |
| should overwrite existing output when overwrite is enabled | shouldOverwriteExistingOutputWhenOverwriteIsEnabled() | 1 | 0 | 0 | 0.007s | 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.032s | 100% |