Uses of Interface
net.jadler.RequestMatching
-
Packages that use RequestMatching Package Description net.jadler net.jadler.mocking net.jadler.stubbing -
-
Uses of RequestMatching in net.jadler
Classes in net.jadler with type parameters of type RequestMatching Modifier and Type Class Description classAbstractRequestMatching<T extends RequestMatching<T>>A base implementation of theRequestMatchinginterface.interfaceRequestMatching<T extends RequestMatching<T>>This interface introduces methods for a fluent request matching.Classes in net.jadler that implement RequestMatching Modifier and Type Class Description classAbstractRequestMatching<T extends RequestMatching<T>>A base implementation of theRequestMatchinginterface. -
Uses of RequestMatching in net.jadler.mocking
Classes in net.jadler.mocking that implement RequestMatching Modifier and Type Class Description classVerifyingAllows defining new verification in a fluid fashion. -
Uses of RequestMatching in net.jadler.stubbing
Subinterfaces of RequestMatching in net.jadler.stubbing Modifier and Type Interface Description interfaceRequestStubbingThis interface defines methods for the http stubbing WHEN part.Classes in net.jadler.stubbing that implement RequestMatching Modifier and Type Class Description classStubbingInternal class for defining http stubs in a fluid fashion.
-