Enum Class SuiteAttribute
- All Implemented Interfaces:
Serializable
,Comparable<SuiteAttribute>
,Constable
An enumerated type defining ISuite attributes that may be set to constitute a shared
test fixture.
- Author:
- bpr
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionParsed OpenApi3 document resource /api; Added during execution.A client component for interacting with HTTP endpoints.The id of the echo process.The root URL.The number of collections to test.Number of processes that should be tested against the OGC Process Description Conformance Class.Requirement classes parsed from /conformance; Added during execution.Boolean indicating whether all processes should be tested against the OGC Process Description Conformance Class.A File containing the test subject or a description of it.Use local OpenAPI schema included in ETS. -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getName.getType()
getType.toString()
static SuiteAttribute
Returns the enum constant of this class with the specified name.static SuiteAttribute[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.
-
Enum Constant Details
-
CLIENT
A client component for interacting with HTTP endpoints. -
IUT
The root URL. -
TEST_SUBJ_FILE
A File containing the test subject or a description of it. -
NO_OF_COLLECTIONS
The number of collections to test. -
ECHO_PROCESS_ID
The id of the echo process. -
TEST_ALL_PROCESSES
Boolean indicating whether all processes should be tested against the OGC Process Description Conformance Class. -
PROCESS_TEST_LIMIT
Number of processes that should be tested against the OGC Process Description Conformance Class. -
API_MODEL
Parsed OpenApi3 document resource /api; Added during execution. -
USE_LOCAL_SCHEMA
Use local OpenAPI schema included in ETS. -
REQUIREMENTCLASSES
Requirement classes parsed from /conformance; Added during execution.
-
-
Method Details
-
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
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 nameNullPointerException
- if the argument is null
-
getType
getType.
- Returns:
- a
Class
object
-
getName
getName.
- Returns:
- a
String
object
-
toString
- Overrides:
toString
in classEnum<SuiteAttribute>
-