Test Stories

Shows the stories told by the tests of the project.

UUT Documentation

MajorMinorMicroVersionComparator (de.smartics.tool.softlink.version)

# Status Scenario Categories Test Case
1
ERROR
Recognizes equal version major. MajorMinorMicroVersionComparatorTest: [test]
2
ERROR
Recognizes equal version major snapshot. MajorMinorMicroVersionComparatorTest: [test]
3
ERROR
Recognizes major snapshot as less than major final. MajorMinorMicroVersionComparatorTest: [test]
4
ERROR
Recognizes major as less than other major. MajorMinorMicroVersionComparatorTest: [test]
5
ERROR
Recognizes major with extension as less than major without extension. MajorMinorMicroVersionComparatorTest: [test]
6
ERROR
Recognizes equal version minor. MajorMinorMicroVersionComparatorTest: [test]
7
ERROR
Recognizes equal version minor snapshot. MajorMinorMicroVersionComparatorTest: [test]
8
ERROR
Recognizes minor snapshot as less than minor final. MajorMinorMicroVersionComparatorTest: [test]
9
ERROR
Recognizes minor as less than other minor. MajorMinorMicroVersionComparatorTest: [test]
10
ERROR
Recognizes minor with extension as less than minor without extension. MajorMinorMicroVersionComparatorTest: [test]
11
ERROR
Recognizes equal version micro. MajorMinorMicroVersionComparatorTest: [test]
12
ERROR
Recognizes equal version micro snapshot. MajorMinorMicroVersionComparatorTest: [test]
13
ERROR
Recognizes micro snapshot as less than micro final. MajorMinorMicroVersionComparatorTest: [test]
14
ERROR
Recognizes micro as less than other micro. MajorMinorMicroVersionComparatorTest: [test]
15
ERROR
Recognizes micro with extension as less than micro without extension. MajorMinorMicroVersionComparatorTest: [test]
16
ERROR
Recognizes previous minor as less than micro. MajorMinorMicroVersionComparatorTest: [test]
17
ERROR
Recognizes previous major as less than minor. MajorMinorMicroVersionComparatorTest: [test]
18
ERROR
Recognizes previous major as less than micro. MajorMinorMicroVersionComparatorTest: [test]
19
ERROR
Recognizes snapshot previous minor as less than micro. MajorMinorMicroVersionComparatorTest: [test]
20
ERROR
Recognizes snapshot previous major as less than minor. MajorMinorMicroVersionComparatorTest: [test]
21
ERROR
Recognizes snapshot previous major as less than micro. MajorMinorMicroVersionComparatorTest: [test]
22
ERROR
Recognizes next snapshot as more than last final. MajorMinorMicroVersionComparatorTest: [test]
23
ERROR
Recognizes next snapshot as less than current final. MajorMinorMicroVersionComparatorTest: [test]
24
ERROR
Compares extensions lexicographically. MajorMinorMicroVersionComparatorTest: [test]

ProjectVersion (de.smartics.tool.softlink.version)

# Status Scenario Categories Test Case
1
ERROR
Equals is reflexive. Object-Basics ProjectVersionObjectTest: [test]
2
ERROR
Equals is symmetric. Object-Basics ProjectVersionObjectTest: [test]
3
ERROR
Equals is transitive. Object-Basics ProjectVersionObjectTest: [test]
4
ERROR
Equals is consistent. Object-Basics ProjectVersionObjectTest: [test]
5
ERROR
Equals return false on null. Object-Basics ProjectVersionObjectTest: [test]
6
ERROR
Hash code is consistent. Object-Basics ProjectVersionObjectTest: [test]
7
ERROR
Hash code is consistent with equals. Object-Basics ProjectVersionObjectTest: [test]
8
ERROR
Hash code produces unequal hash codes for unequal instances. Object-Basics ProjectVersionObjectTest: [test]
9
ERROR
To string runs without failure. Object-Basics ProjectVersionObjectTest: [test]

ProjectVersionAnalyzer (de.smartics.tool.softlink.version)

# Status Scenario Categories Test Case
1
ERROR
Recognizes '1.' as an invalid version. ProjectVersionAnalyzerInvalidInputTest: [test]
2
ERROR
Recognizes '1.-SNAPSHOT' as an invalid version. ProjectVersionAnalyzerInvalidInputTest: [test]
3
ERROR
Recognizes '1.2.' as an invalid version. ProjectVersionAnalyzerInvalidInputTest: [test]
4
ERROR
Recognizes '1.2.-SNAPSHOT' as an invalid version. ProjectVersionAnalyzerInvalidInputTest: [test]
5
ERROR
Recognizes '1.2.3.' as an invalid version. ProjectVersionAnalyzerInvalidInputTest: [test]
6
ERROR
Recognizes '1.2.3.-SNAPSHOT' as an invalid version. ProjectVersionAnalyzerInvalidInputTest: [test]
7
ERROR
Recognizes 1 as major final version. ProjectVersionAnalyzerTest: [test]
8
ERROR
Recognizes 1-SNAPSHOT as major snapshot version. ProjectVersionAnalyzerTest: [test]
9
ERROR
Recognizes 1.2 as major and minor final version. ProjectVersionAnalyzerTest: [test]
10
ERROR
Recognizes 1.2-SNAPSHOT as major and minor snapshot version. ProjectVersionAnalyzerTest: [test]
11
ERROR
Recognizes 1.2.3 as major, minor, and micro final version. ProjectVersionAnalyzerTest: [test]
12
ERROR
Recognizes 1.2.3-SNAPSHOT as major, minor, and micro snapshot version. ProjectVersionAnalyzerTest: [test]
13
ERROR
Recognizes 1.2.3.GA as major, minor, micro, and extension final version. ProjectVersionAnalyzerTest: [test]
14
ERROR
Recognizes 1.2.3.GA-SNAPSHOT as major, minor, micro and extension snapshot version. ProjectVersionAnalyzerTest: [test]
15
ERROR
Recognizes 1.2.GA as major, minor, and extension final version. ProjectVersionAnalyzerTest: [test]
16
ERROR
Recognizes 1.2.GA-SNAPSHOT as major, minor, and extension snapshot version. ProjectVersionAnalyzerTest: [test]
17
ERROR
Recognizes 1.GA as major and extension final version. ProjectVersionAnalyzerTest: [test]
18
ERROR
Recognizes 1.GA-SNAPSHOT as major and extension snapshot version. ProjectVersionAnalyzerTest: [test]
19
ERROR
Recognizes 1.2.3-GA as major, minor, micro, and extension final version. ProjectVersionAnalyzerTest: [test]
20
ERROR
Recognizes 1.2.3-GA-SNAPSHOT as major, minor, micro and extension snapshot version. ProjectVersionAnalyzerTest: [test]
21
ERROR
Recognizes 1.2-GA as major, minor, and extension final version. ProjectVersionAnalyzerTest: [test]
22
ERROR
Recognizes 1.2.GA-SNAPSHOT as major, minor, and extension snapshot version. ProjectVersionAnalyzerTest: [test]
23
ERROR
Recognizes 1-GA as major and extension final version. ProjectVersionAnalyzerTest: [test]
24
ERROR
Recognizes 1-GA-SNAPSHOT as major and extension snapshot version. ProjectVersionAnalyzerTest: [test]
25
ERROR
Recognizes 1.2.3GA as major, minor, micro, and extension final version. ProjectVersionAnalyzerTest: [test]
26
ERROR
Recognizes 1.2.3GA-SNAPSHOT as major, minor, micro and extension snapshot version. ProjectVersionAnalyzerTest: [test]
27
ERROR
Recognizes 1.2GA as major, minor, and extension final version. ProjectVersionAnalyzerTest: [test]
28
ERROR
Recognizes 1.2GA-SNAPSHOT as major, minor, and extension snapshot version. ProjectVersionAnalyzerTest: [test]
29
ERROR
Recognizes 1GA as major and extension final version. ProjectVersionAnalyzerTest: [test]
30
ERROR
Recognizes 1GA-SNAPSHOT as major and extension snapshot version. ProjectVersionAnalyzerTest: [test]

VersionExtension (de.smartics.tool.softlink.version.ProjectVersion)

# Status Scenario Categories Test Case
1
ERROR
Rejects a null fragment. VersionExtensionTest: [test]
2
ERROR
Rejects a blank fragment. VersionExtensionTest: [test]
3
ERROR
Recognizes extension fragment with delimiter. VersionExtensionTest: [test]
4
ERROR
Recognizes extension fragment without delimiter. VersionExtensionTest: [test]
generated by maven-testdoc-plugin