|
should reject additional known-bad strings
|
testAdditionalInvalidExamples(String) |
16 |
0 |
0 |
0.022s |
100% |
|
should reject all invalid sample strings
|
testInvalidExample(String) |
40 |
0 |
0 |
0.068s |
100% |
| should correctly identify when a version string is a pre-release |
testIsPreRelease() |
1 |
0 |
0 |
0.001s |
100% |
| should successfully parse basic semantic version strings |
testParseBasicSemanticVersions() |
1 |
0 |
0 |
0.002s |
100% |
| should support parsing build version components |
testParseBuildSemanticVersions() |
1 |
0 |
0 |
0.002s |
100% |
| should support parsing complex semantic version strings |
testParseComplexSemanticVersions() |
1 |
0 |
0 |
0.001s |
100% |
| should support parsing pre-release version components |
testParsePreReleaseSemanticVersions() |
1 |
0 |
0 |
0.003s |
100% |
|
should stringify all versions back to their original form
|
testToString(String) |
30 |
0 |
0 |
0.076s |
100% |
|
should recognize all valid sample strings
|
testValidExample(String) |
30 |
0 |
0 |
0.126s |
100% |