Test Stories

Shows the stories told by the tests of the project.

UUT Documentation

XmlDescriptor (de.smartics.xml.encoding)

[src][api][cover]

# Status Scenario Categories Test Case
1
SUCCESS
Allows no information. XmlDescriptorTest: [src][api][test]
2
SUCCESS
Allows only public id to be set. XmlDescriptorTest: [src][api][test]
3
SUCCESS
Allows only system id to be set. XmlDescriptorTest: [src][api][test]
4
SUCCESS
Allows only version to be set. XmlDescriptorTest: [src][api][test]
5
SUCCESS
Allows only encoding to be set. XmlDescriptorTest: [src][api][test]
6
SUCCESS
Allows only public and system id to be set. XmlDescriptorTest: [src][api][test]
7
SUCCESS
Allows only public and system id and encoding to be set. XmlDescriptorTest: [src][api][test]
8
SUCCESS
Allows only public and system id and version to be set. XmlDescriptorTest: [src][api][test]
9
SUCCESS
Allows only system id and version to be set. XmlDescriptorTest: [src][api][test]
10
SUCCESS
Allows only public id and version to be set. XmlDescriptorTest: [src][api][test]
11
SUCCESS
Allows only public id and encoding to be set. XmlDescriptorTest: [src][api][test]
12
SUCCESS
Allows public Id, system Id, version, and encoding to be set. XmlDescriptorTest: [src][api][test]

XmlDescriptorDetector (de.smartics.xml.encoding)

[src][api][cover]

# Status Scenario Categories Test Case
1
SUCCESS
Supports reading from input stream but without id detection. XmlDescriptorDetectorTest: [src][api][test]
2
SUCCESS
The encoding information is not required. Technical XmlDescriptorDetectorTest: [src][api][test]
3
SUCCESS
Supports reading from input source. XmlDescriptorDetectorTest: [src][api][test]
generated by maven-testdoc-plugin