TestReport.Test.Builder |
TestReport.Test.Builder.action(TestReport.Test.Action... action) |
Action would contain either an operation or an assertion.
|
TestReport.Test.Builder |
TestReport.Test.Builder.action(java.util.Collection<TestReport.Test.Action> action) |
Action would contain either an operation or an assertion.
|
static TestReport.Test.Builder |
TestReport.Test.builder() |
|
TestReport.Test.Builder |
TestReport.Test.Builder.description(String description) |
A short description of the test used by test engines for tracking and reporting purposes.
|
TestReport.Test.Builder |
TestReport.Test.Builder.description(java.lang.String description) |
Convenience method for setting description .
|
TestReport.Test.Builder |
TestReport.Test.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
TestReport.Test.Builder |
TestReport.Test.Builder.extension(java.util.Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected TestReport.Test.Builder |
TestReport.Test.Builder.from(TestReport.Test test) |
|
TestReport.Test.Builder |
TestReport.Test.Builder.id(java.lang.String id) |
Unique id for the element within a resource (for internal references).
|
TestReport.Test.Builder |
TestReport.Test.Builder.modifierExtension(Extension... modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestReport.Test.Builder |
TestReport.Test.Builder.modifierExtension(java.util.Collection<Extension> modifierExtension) |
May be used to represent additional information that is not part of the basic definition of the element and that
modifies the understanding of the element in which it is contained and/or the understanding of the containing
element's descendants.
|
TestReport.Test.Builder |
TestReport.Test.Builder.name(String name) |
The name of this test used for tracking/logging purposes by test engines.
|
TestReport.Test.Builder |
TestReport.Test.Builder.name(java.lang.String name) |
Convenience method for setting name .
|
TestReport.Test.Builder |
TestReport.Test.toBuilder() |
|