@Generated(value="jsii-pacmak/1.67.0 (build 2c027f5)", date="2022-09-07T23:47:15.986Z") @Stability(value=Experimental) public interface AssertionResultData extends software.amazon.jsii.JsiiSerializable
Example:
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
import software.amazon.awscdk.integtests.*;
AssertionResultData assertionResultData = AssertionResultData.builder()
.status(Status.PASS)
// the properties below are optional
.message("message")
.build();
| Modifier and Type | Interface and Description |
|---|---|
static class |
AssertionResultData.Builder
A builder for
AssertionResultData |
static class |
AssertionResultData.Jsii$Proxy
An implementation for
AssertionResultData |
| Modifier and Type | Method and Description |
|---|---|
static AssertionResultData.Builder |
builder() |
default String |
getMessage()
(experimental) Any message returned with the assertion result typically this will be the diff if there is any.
|
Status |
getStatus()
(experimental) The status of the assertion, i.e.
|
@Stability(value=Experimental) @NotNull Status getStatus()
@Stability(value=Experimental) @Nullable default String getMessage()
Default: - none
@Stability(value=Experimental) static AssertionResultData.Builder builder()
AssertionResultData.Builder of AssertionResultDataCopyright © 2022. All rights reserved.