Enum Class TestCreator.CreateOption

java.lang.Object
java.lang.Enum<TestCreator.CreateOption>
com.complexible.stardog.api.test.TestCreator.CreateOption
All Implemented Interfaces:
Serializable, Comparable<TestCreator.CreateOption>, Constable
Enclosing class:
TestCreator

public static enum TestCreator.CreateOption extends Enum<TestCreator.CreateOption>
Option to specify what the created tests will test
  • Enum Constant Details

    • RESULT

      public static final TestCreator.CreateOption RESULT
      Option to specify that the test should use resultFile property to point to query results
    • RESULT_COUNT

      public static final TestCreator.CreateOption RESULT_COUNT
      Option to specify that the test should use resultCount property to specify expected number of results
    • EXPECTED_TIME

      public static final TestCreator.CreateOption EXPECTED_TIME
      Option to specify that the test should use expectedTime property to specify expected query time
  • Method Details

    • values

      public static TestCreator.CreateOption[] 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 TestCreator.CreateOption 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