Class CRUDLifecycleTestBase.ModelStepExpectation

java.lang.Object
software.amazon.cloudformation.test.CRUDLifecycleTestBase.ModelStepExpectation
Enclosing class:
CRUDLifecycleTestBase<ResourceModelT,​CallbackT extends software.amazon.cloudformation.proxy.StdCallbackContext>

public final class CRUDLifecycleTestBase.ModelStepExpectation
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    ModelStepExpectation​(software.amazon.cloudformation.Action action, software.amazon.cloudformation.proxy.OperationStatus status, software.amazon.cloudformation.proxy.HandlerErrorCode errorCode, java.util.function.Supplier<ResourceModelT> model)  
  • Method Summary

    Modifier and Type Method Description
    ResourceModelT getModel()  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • ModelStepExpectation

      public ModelStepExpectation​(software.amazon.cloudformation.Action action, software.amazon.cloudformation.proxy.OperationStatus status, software.amazon.cloudformation.proxy.HandlerErrorCode errorCode, java.util.function.Supplier<ResourceModelT> model)
  • Method Details