Class ActivityRequestedAsyncCompletion

  • All Implemented Interfaces:
    java.io.Serializable

    public final class ActivityRequestedAsyncCompletion
    extends java.lang.RuntimeException
    Exception thrown when an activity request to complete asynchronously in the TestActivityEnvironment. Intended to be used in unit tests to assert an activity requested async completion.
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getActivityId()  
      boolean isManualCompletion()  
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ActivityRequestedAsyncCompletion

        public ActivityRequestedAsyncCompletion​(java.lang.String activityId,
                                                boolean manualCompletion)
    • Method Detail

      • getActivityId

        public java.lang.String getActivityId()
      • isManualCompletion

        public boolean isManualCompletion()