Package org.bremersee.test.web
Class RestApiTesterExclusion
- java.lang.Object
-
- org.bremersee.test.web.RestApiTesterExclusion
-
public class RestApiTesterExclusion extends Object
The rest api tester exclusion.- Author:
- Christian Bremer
-
-
Constructor Summary
Constructors Constructor Description RestApiTesterExclusion(RestApiTesterPath path, RestApiAssertionType type)
Instantiates a new rest api tester exclusion.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static boolean
isExcluded(RestApiTesterPath path, RestApiAssertionType type, RestApiTesterExclusion[] exclusions)
Checks whether the given path and type are excluded via the given exclusions.
-
-
-
Constructor Detail
-
RestApiTesterExclusion
public RestApiTesterExclusion(RestApiTesterPath path, RestApiAssertionType type)
Instantiates a new rest api tester exclusion.- Parameters:
path
- the pathtype
- the type
-
-
Method Detail
-
isExcluded
public static boolean isExcluded(RestApiTesterPath path, RestApiAssertionType type, RestApiTesterExclusion[] exclusions)
Checks whether the given path and type are excluded via the given exclusions.- Parameters:
path
- the pathtype
- the typeexclusions
- the exclusions- Returns:
- the boolean
-
-