Gradle Test Run :paper:test
toVersionString() tests
summary
|
100%
successful |
| Child | Name | Tests | Failures | Skipped | Duration | Success rate |
|---|---|---|---|---|---|---|
| Converts Fixed to version string | testFixedToString() | 1 | 0 | 0 | 0.001s | 100% |
| Converts Latest to 'latest' | testLatestToString() | 1 | 0 | 0 | 0s | 100% |
| Converts Pattern to 'pattern:pattern' | testPatternToString() | 1 | 0 | 0 | 0.001s | 100% |
| Converts Sync to 'sync:PluginName' | testSyncToString() | 1 | 0 | 0 | 0s | 100% |
| Converts Tag to 'tag:tagname' | testTagToString() | 1 | 0 | 0 | 0.001s | 100% |