public enum SuiteAttribute extends Enum<SuiteAttribute>
| Enum Constant and Description |
|---|
API_MODEL
Parsed OpenApi3 document resource /api; Added during execution.
|
CLIENT
A client component for interacting with HTTP endpoints.
|
ECHO_PROCESS_ID
The id of the echo process.
|
IUT
The root URL.
|
NO_OF_COLLECTIONS
The number of collections to test.
|
PROCESS_TEST_LIMIT
Number of processes that should be tested against the OGC Process Description
Conformance Class.
|
REQUIREMENTCLASSES
Requirement classes parsed from /conformance; Added during execution.
|
TEST_ALL_PROCESSES
Boolean indicating whether all processes should be tested against the OGC Process
Description Conformance Class.
|
TEST_SUBJ_FILE
A File containing the test subject or a description of it.
|
USE_LOCAL_SCHEMA
Use local OpenAPI schema included in ETS.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
Class |
getType() |
String |
toString() |
static SuiteAttribute |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SuiteAttribute[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SuiteAttribute CLIENT
public static final SuiteAttribute IUT
public static final SuiteAttribute TEST_SUBJ_FILE
public static final SuiteAttribute NO_OF_COLLECTIONS
public static final SuiteAttribute ECHO_PROCESS_ID
public static final SuiteAttribute TEST_ALL_PROCESSES
public static final SuiteAttribute PROCESS_TEST_LIMIT
public static final SuiteAttribute API_MODEL
public static final SuiteAttribute USE_LOCAL_SCHEMA
public static final SuiteAttribute REQUIREMENTCLASSES
public static SuiteAttribute[] values()
for (SuiteAttribute c : SuiteAttribute.values()) System.out.println(c);
public static SuiteAttribute valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic Class getType()
public String getName()
public String toString()
toString in class Enum<SuiteAttribute>Copyright © 2024 Open Geospatial Consortium. All rights reserved.