Package org.azd.enums

Enum Class TestRunSubstate

java.lang.Object
java.lang.Enum<TestRunSubstate>
org.azd.enums.TestRunSubstate
All Implemented Interfaces:
Serializable, Comparable<TestRunSubstate>, Constable

public enum TestRunSubstate extends Enum<TestRunSubstate>
Tag attached to a run or result.
  • Enum Constant Details

    • ABORTEDBYSYSTEM

      public static final TestRunSubstate ABORTEDBYSYSTEM
      Run state when it is Aborted By the System.
    • ANALYZED

      public static final TestRunSubstate ANALYZED
      Run state after being Analysed.
    • CANCELEDBYUSER

      public static final TestRunSubstate CANCELEDBYUSER
      Run state while Creating Environment.
    • CANCELLATIONINPROGRESS

      public static final TestRunSubstate CANCELLATIONINPROGRESS
      Run state when cancellation is in Progress.
    • CREATINGENVIRONMENT

      public static final TestRunSubstate CREATINGENVIRONMENT
      Run state while Creating Environment.
    • NONE

      public static final TestRunSubstate NONE
      Run with noState.
    • PENDINGANALYSIS

      public static final TestRunSubstate PENDINGANALYSIS
      Run state while Pending Analysis.
    • RUNNINGTESTS

      public static final TestRunSubstate RUNNINGTESTS
      Run state while Running Tests.
    • TIMEDOUT

      public static final TestRunSubstate TIMEDOUT
      Run state when run has timedOut.
  • Method Details

    • values

      public static TestRunSubstate[] values()
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static TestRunSubstate valueOf(String name)
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null