Uses of Interface
org.bremersee.test.web.RestApiTesterPath
-
Packages that use RestApiTesterPath Package Description org.bremersee.test.web -
-
Uses of RestApiTesterPath in org.bremersee.test.web
Classes in org.bremersee.test.web that implement RestApiTesterPath Modifier and Type Class Description static class
RestApiTesterPath.Impl
The rest api tester path implementation.Methods in org.bremersee.test.web that return RestApiTesterPath Modifier and Type Method Description RestApiTesterPath
RestApiTesterPath.Builder. build()
Build rest api tester path.RestApiTesterPath
RestApiTesterPath.BuilderImpl. build()
Methods in org.bremersee.test.web with parameters of type RestApiTesterPath Modifier and Type Method Description static boolean
RestApiTesterExclusion. isExcluded(RestApiTesterPath path, RestApiAssertionType type, RestApiTesterExclusion[] exclusions)
Checks whether the given path and type are excluded via the given exclusions.Constructors in org.bremersee.test.web with parameters of type RestApiTesterPath Constructor Description RestApiTesterExclusion(RestApiTesterPath path, RestApiAssertionType type)
Instantiates a new rest api tester exclusion.
-