TestScript.Test.Builder |
TestScript.Test.Builder.action(TestScript.Test.Action... action) |
Action would contain either an operation or an assertion.
|
TestScript.Test.Builder |
TestScript.Test.Builder.action(Collection<TestScript.Test.Action> action) |
Action would contain either an operation or an assertion.
|
static TestScript.Test.Builder |
TestScript.Test.builder() |
|
TestScript.Test.Builder |
TestScript.Test.Builder.description(String description) |
A short description of the test used by test engines for tracking and reporting purposes.
|
TestScript.Test.Builder |
TestScript.Test.Builder.extension(Extension... extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
TestScript.Test.Builder |
TestScript.Test.Builder.extension(Collection<Extension> extension) |
May be used to represent additional information that is not part of the basic definition of the element.
|
protected TestScript.Test.Builder |
TestScript.Test.Builder.from(TestScript.Test test) |
|
TestScript.Test.Builder |
TestScript.Test.Builder.id(String id) |
Unique id for the element within a resource (for internal references).
|
TestScript.Test.Builder |
TestScript.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.
|
TestScript.Test.Builder |
TestScript.Test.Builder.modifierExtension(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.
|
TestScript.Test.Builder |
TestScript.Test.Builder.name(String name) |
The name of this test used for tracking/logging purposes by test engines.
|
TestScript.Test.Builder |
TestScript.Test.toBuilder() |
|