Uses of Enum Class
com.shaft.api.RestActions.ComparisonType
Packages that use RestActions.ComparisonType
-
Uses of RestActions.ComparisonType in com.shaft.api
Methods in com.shaft.api that return RestActions.ComparisonTypeModifier 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.Methods in com.shaft.api with parameters of type RestActions.ComparisonTypeModifier 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