Shows the stories told by the tests of the project.
# | Status | Scenario | Categories | Test Case |
---|---|---|---|---|
1 |
|
Allows multiline comment. | JavadocCommentHelperTextTest: [api][test] | |
2 |
|
Allows multiline comment with label. | JavadocCommentHelperTextTest: [api][test] | |
3 |
|
If fragment is blank the value is returned. | JavadocCommentHelperHtmlTest: [api][test] | |
4 |
|
Allows reference to local element. | JavadocCommentHelperHtmlTest: [api][test] | |
5 |
|
Allows fully qualified reference. | JavadocCommentHelperHtmlTest: [api][test] | |
6 |
|
Allows fully qualified reference with label. | JavadocCommentHelperHtmlTest: [api][test] | |
7 |
|
Allows methods. | JavadocCommentHelperHtmlTest: [api][test] | |
8 |
|
Allows methods with label. | JavadocCommentHelperHtmlTest: [api][test] | |
9 |
|
Allows methods with arguments. | JavadocCommentHelperHtmlTest: [api][test] | |
10 |
|
Allows methods with arguments and label. | JavadocCommentHelperHtmlTest: [api][test] | |
11 |
|
No inline comment. | JavadocCommentHelperHtmlTest: [api][test] | |
12 |
|
Allows multiline comment. | JavadocCommentHelperHtmlTest: [api][test] | |
13 |
|
Allows multiline comment with label. | JavadocCommentHelperHtmlTest: [api][test] | |
14 |
|
Expands first block if it is a null value. | JavadocCommentHelperBlockTest: [api][test] | |
15 |
|
Expands first block if simple text. | JavadocCommentHelperBlockTest: [api][test] | |
16 |
|
Correctly deals with blanks at start if block. | JavadocCommentHelperBlockTest: [api][test] | |
17 |
|
Correctly deals with blanks at start if none block. | JavadocCommentHelperBlockTest: [api][test] | |
18 |
|
Omits expanding if block. | JavadocCommentHelperBlockTest: [api][test] | |
19 |
|
Omits expanding if block with attribute. | JavadocCommentHelperBlockTest: [api][test] | |
20 |
|
Expands first block on text and block comment. | JavadocCommentHelperBlockTest: [api][test] | |
21 |
|
Expands first block on text and block comment with attribute. | JavadocCommentHelperBlockTest: [api][test] |
# | Status | Scenario | Categories | Test Case |
---|---|---|---|---|
1 |
|
Requires a non null stream. | Technical | PropertiesPropertyReportTest: [api][test] |
2 |
|
Allows flushing an empty property set. | Technical | PropertiesPropertyReportTest: [api][test] |
3 |
|
Adds items without property set. | PropertiesPropertyReportTest: [api][test] | |
4 |
|
Adds items with property set. | PropertiesPropertyReportTest: [api][test] |
# | Status | Scenario | Categories | Test Case |
---|---|---|---|---|
1 |
|
Recognizes interfaces annotated with the project set annotation. | PropertyDescriptorSearcherTest: [api][test] | |
2 |
|
Rejects if the annotation is provided at a class. | PropertyDescriptorSearcherTest: [api][test] | |
3 |
|
Rejects if the interface is not annotated with the property set annotation. | PropertyDescriptorSearcherTest: [api][test] | |
4 |
|
Rejects if interface is annotated with other annotation. | PropertyDescriptorSearcherTest: [api][test] |