Package org.azd.enums

Enum Class TestSessionSource

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

public enum TestSessionSource extends Enum<TestSessionSource>
Source of the test session
  • Enum Constant Details

    • FEEDBACK_DESKTOP

      public static final TestSessionSource FEEDBACK_DESKTOP
      The session was created from feedback client.
    • FEEDBACK_WEB

      public static final TestSessionSource FEEDBACK_WEB
      The session was created from browser extension.
    • SESSION_IN_SIGHTS_FOR_ALL

      public static final TestSessionSource SESSION_IN_SIGHTS_FOR_ALL
      To show sessions from all supported sources.
    • UNKNOWN

      public static final TestSessionSource UNKNOWN
      Source of test session uncertain as it is stale
    • XT_DESKTOP

      public static final TestSessionSource XT_DESKTOP
      The session was created from Microsoft Test Manager exploratory desktop tool.
    • XT_DESKTOP2

      public static final TestSessionSource XT_DESKTOP2
      The session was created from web access using Microsoft Test Manager exploratory desktop tool.
    • XT_WEB

      public static final TestSessionSource XT_WEB
      The session was created from browser extension.
  • Method Details

    • values

      public static TestSessionSource[] 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 TestSessionSource 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