Test Stories
Shows the stories told by the tests of the project.
UUT Documentation
InlineJavadocTags (de.smartics.exceptions.report.utils)
[cover]
# |
Status |
Scenario |
Categories |
Test Case |
1 |
|
Handles null comment. |
|
InlineJavadocTagsTest: [test] |
2 |
|
Handles blank comment. |
|
InlineJavadocTagsTest: [test] |
3 |
|
Handles text only. |
|
InlineJavadocTagsTest: [test] |
4 |
|
Handles element without parameters. |
|
InlineJavadocTagsTest: [test] |
5 |
|
Handles element without one parameter. |
|
InlineJavadocTagsTest: [test] |
6 |
|
Handles element without two parameter. |
|
InlineJavadocTagsTest: [test] |
7 |
|
Handles elements within text. |
|
InlineJavadocTagsTest: [test] |
8 |
|
Handles multiple elements within text. |
Technical |
InlineJavadocTagsTest: [test] |
9 |
|
Handles multiple elements within texts. |
Technical |
InlineJavadocTagsTest: [test] |
10 |
|
Handles missing tag end gracefully. |
Technical |
InlineJavadocTagsTest: [test] |
11 |
|
Handles missing tag end gracefully 2. |
Technical |
InlineJavadocTagsTest: [test] |
12 |
|
Handles blanks at the end gracefully. |
Technical |
InlineJavadocTagsTest: [test] |
13 |
|
Handles blanks at the end gracefully 2. |
Technical |
InlineJavadocTagsTest: [test] |
14 |
|
Allows separation of tag name and value by any whitespace character. |
Technical |
InlineJavadocTagsTest: [test] |
JavadocRenderer (de.smartics.exceptions.report.renderer)
[cover]
# |
Status |
Scenario |
Categories |
Test Case |
1 |
|
Parses simple codes with placeholder. |
|
JavadocRendererTest: [test] |
2 |
|
Parses literal showing that inline tags are not supported. |
|
JavadocRendererTest: [test] |
3 |
|
Parses links showing that inline tags are not supported. |
|
JavadocRendererTest: [test] |
4 |
|
Parses values showing that inline tags are not supported. |
|
JavadocRendererTest: [test] |
ReportBuilder (de.smartics.exceptions.report)
[cover]
# |
Status |
Scenario |
Categories |
Test Case |
1 |
|
No problems encountered. |
Technical |
ReportBuilderTest: [test] |
2 |
|
Parses simple codes with placeholder. |
|
ReportBuilderTest: [test] |
3 |
|
Parses literal showing that inline tags are not supported. |
|
ReportBuilderTest: [test] |
4 |
|
Parses see. |
|
ReportBuilderTest: [test] |
5 |
|
Parses links showing that inline tags are not supported. |
|
ReportBuilderTest: [test] |
6 |
|
Parses values showing that inline tags are not supported. |
|
ReportBuilderTest: [test] |
7 |
|
Parses since. |
|
ReportBuilderTest: [test] |
8 |
|
Parses version. |
|
ReportBuilderTest: [test] |