| Child |
Name |
Tests |
Failures |
Skipped |
Duration |
Success rate |
| Parses complex version string to Fixed |
testParseComplexFixed() |
1 |
0 |
0 |
0s |
100% |
| Parses version string to Fixed |
testParseFixed() |
1 |
0 |
0 |
0.003s |
100% |
| Parses 'latest' to Latest |
testParseLatest() |
1 |
0 |
0 |
0.001s |
100% |
| Parses 'LATEST' (case-insensitive) to Latest |
testParseLatestCaseInsensitive() |
1 |
0 |
0 |
0.018s |
100% |
| Parses 'pattern:^5\.4\..*' to Pattern |
testParsePattern() |
1 |
0 |
0 |
0.002s |
100% |
| Parses 'sync:PluginName' to Sync |
testParseSync() |
1 |
0 |
0 |
0s |
100% |
| Parses 'SYNC:PluginName' (case-insensitive) to Sync |
testParseSyncCaseInsensitive() |
1 |
0 |
0 |
0.009s |
100% |
| Parses 'tag:stable' to Tag |
testParseTag() |
1 |
0 |
0 |
0.002s |
100% |