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 |
|
Allows no information. |
|
XmlDescriptorTest: [src][api][test] |
2 |
|
Allows only public id to be set. |
|
XmlDescriptorTest: [src][api][test] |
3 |
|
Allows only system id to be set. |
|
XmlDescriptorTest: [src][api][test] |
4 |
|
Allows only version to be set. |
|
XmlDescriptorTest: [src][api][test] |
5 |
|
Allows only encoding to be set. |
|
XmlDescriptorTest: [src][api][test] |
6 |
|
Allows only public and system id to be set. |
|
XmlDescriptorTest: [src][api][test] |
7 |
|
Allows only public and system id and encoding to be set. |
|
XmlDescriptorTest: [src][api][test] |
8 |
|
Allows only public and system id and version to be set. |
|
XmlDescriptorTest: [src][api][test] |
9 |
|
Allows only system id and version to be set. |
|
XmlDescriptorTest: [src][api][test] |
10 |
|
Allows only public id and version to be set. |
|
XmlDescriptorTest: [src][api][test] |
11 |
|
Allows only public id and encoding to be set. |
|
XmlDescriptorTest: [src][api][test] |
12 |
|
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 |
|
Supports reading from input stream but without id detection. |
|
XmlDescriptorDetectorTest: [src][api][test] |
2 |
|
The encoding information is not required. |
Technical |
XmlDescriptorDetectorTest: [src][api][test] |
3 |
|
Supports reading from input source. |
|
XmlDescriptorDetectorTest: [src][api][test] |