Gradle Test Run :paper:test
isSyncFormat() tests
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| Returns false for non-sync format | testIsNotSyncFormat() | 1 | 0 | 0 | 0.001s | 100% |
| Returns true for sync format | testIsSyncFormat() | 1 | 0 | 0 | 0.001s | 100% |
| Returns true for SYNC format (case-insensitive) | testIsSyncFormatCaseInsensitive() | 1 | 0 | 0 | 0.001s | 100% |