Class TerminationInfo

    • Method Detail

      • skipped

        public static TerminationInfo skipped​(String reason)
        Create a skipped TerminationInfo instance for the supplied reason.
        Parameters:
        reason - the reason the execution was skipped; may be null
        Returns:
        the created TerminationInfo; never null
        See Also:
        executed(TestExecutionResult)
      • skipped

        public boolean skipped()
        Determine if this TerminationInfo represents a skipped execution.
        Returns:
        true if this this TerminationInfo represents a skipped execution
      • notSkipped

        public boolean notSkipped()
        Determine if this TerminationInfo does not represent a skipped execution.
        Returns:
        true if this this TerminationInfo does not represent a skipped execution
      • executed

        public boolean executed()
        Determine if this TerminationInfo represents a completed execution.
        Returns:
        true if this this TerminationInfo represents a completed execution