Class EqualsAssertion

java.lang.Object
software.amazon.jsii.JsiiObject
software.constructs.Construct
software.amazon.awscdk.integtests.alpha.EqualsAssertion
All Implemented Interfaces:
software.amazon.jsii.JsiiSerializable, software.constructs.IConstruct, software.constructs.IDependable

@Generated(value="jsii-pacmak/1.98.0 (build 00b106d)", date="2024-05-08T21:35:15.469Z") @Stability(Experimental) public class EqualsAssertion extends software.constructs.Construct
(experimental) Construct that creates a CustomResource to assert that two values are equal.

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.alpha.*;
 ActualResult actualResult;
 ExpectedResult expectedResult;
 EqualsAssertion equalsAssertion = EqualsAssertion.Builder.create(this, "MyEqualsAssertion")
         .actual(actualResult)
         .expected(expectedResult)
         // the properties below are optional
         .failDeployment(false)
         .build();
 
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static final class 
    (experimental) A fluent builder for EqualsAssertion.

    Nested classes/interfaces inherited from class software.amazon.jsii.JsiiObject

    software.amazon.jsii.JsiiObject.InitializationMode

    Nested classes/interfaces inherited from interface software.constructs.IConstruct

    software.constructs.IConstruct.Jsii$Default, software.constructs.IConstruct.Jsii$Proxy
  • Constructor Summary

    Constructors
    Modifier
    Constructor
    Description
    protected
    EqualsAssertion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
     
    protected
    EqualsAssertion(software.amazon.jsii.JsiiObjectRef objRef)
     
     
    EqualsAssertion(software.constructs.Construct scope, String id, EqualsAssertionProps props)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    (experimental) The result of the assertion.

    Methods inherited from class software.constructs.Construct

    getNode, isConstruct, toString

    Methods inherited from class software.amazon.jsii.JsiiObject

    jsiiAsyncCall, jsiiAsyncCall, jsiiCall, jsiiCall, jsiiGet, jsiiGet, jsiiSet, jsiiStaticCall, jsiiStaticCall, jsiiStaticGet, jsiiStaticGet, jsiiStaticSet, jsiiStaticSet

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait

    Methods inherited from interface software.amazon.jsii.JsiiSerializable

    $jsii$toJson
  • Constructor Details

    • EqualsAssertion

      protected EqualsAssertion(software.amazon.jsii.JsiiObjectRef objRef)
    • EqualsAssertion

      protected EqualsAssertion(software.amazon.jsii.JsiiObject.InitializationMode initializationMode)
    • EqualsAssertion

      @Stability(Experimental) public EqualsAssertion(@NotNull software.constructs.Construct scope, @NotNull String id, @NotNull EqualsAssertionProps props)
      Parameters:
      scope - This parameter is required.
      id - This parameter is required.
      props - This parameter is required.
  • Method Details

    • getResult

      @Stability(Experimental) @NotNull public String getResult()
      (experimental) The result of the assertion.