Class TransactionCommon
java.lang.Object
org.opengis.cite.cat20.dgiwg10.CommonFixture
org.opengis.cite.cat20.dgiwg10.transaction.TransactionCommon
- Author:
- Lyn Goltz
-
Field Summary
FieldsFields inherited from class org.opengis.cite.cat20.dgiwg10.CommonFixture
capabilitiesDoc, cswClient, requestDocument, response, responseDocument, ROOT_PKG_PATH
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
Verify that the service provides a POST URL for Transaction requests.void
Verify that the Abstract present in the service metadata includes basic identifier.void
Verify that the Abstract present in the service metadata includes the text defined in requirement 19.Methods inherited from class org.opengis.cite.cat20.dgiwg10.CommonFixture
buildGetRequest, clearMessages, getResponseEntityAsDocument, initCommonFixture
-
Field Details
-
CSWT_IDENTIFIER
- See Also:
-
-
Constructor Details
-
TransactionCommon
public TransactionCommon()
-
-
Method Details
-
isTransactionalCsw
public void isTransactionalCsw()Verify that the Abstract present in the service metadata includes basic identifier. -
hasTransactionPostUrl
public void hasTransactionPostUrl()Verify that the service provides a POST URL for Transaction requests. -
verifyAbstract
public void verifyAbstract()Verify that the Abstract present in the service metadata includes the text defined in requirement 19.
-