Uses of Enum Class
com.shaft.api.RestActions.ComparisonType
-
Uses of RestActions.ComparisonType in com.shaft.api
Modifier and TypeMethodDescriptionstatic RestActions.ComparisonType
Returns the enum constant of this class with the specified name.static RestActions.ComparisonType[]
RestActions.ComparisonType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic boolean
RestActions.compareJSON
(io.restassured.response.Response response, String referenceJsonFilePath, RestActions.ComparisonType comparisonType) Compares the Response object against the content of the referenceJsonFilePathstatic boolean
RestActions.compareJSON
(io.restassured.response.Response response, String referenceJsonFilePath, RestActions.ComparisonType comparisonType, String jsonPathToTargetArray) Compares the Response object against the content of the referenceJsonFilePath