Uses of Class
de.gematik.test.tiger.mockserver.mock.Expectation
Packages that use Expectation
Package
Description
-
Uses of Expectation in de.gematik.test.tiger.mockserver.lifecycle
Method parameters in de.gematik.test.tiger.mockserver.lifecycle with type arguments of type ExpectationModifier and TypeMethodDescriptionvoidExpectationsListener.updated(List<Expectation> expectations) -
Uses of Expectation in de.gematik.test.tiger.mockserver.mock
Methods in de.gematik.test.tiger.mockserver.mock that return ExpectationModifier and TypeMethodDescriptionExpectation.ExpectationBuilder.build()static ExpectationExpectation.buildForwardProxyRoute(TigerProxyRoute tigerRoute, TigerProxy tigerProxy) static ExpectationExpectation.buildReverseProxyRoute(TigerProxyRoute tigerRoute, TigerProxy tigerProxy) HttpState.firstMatchingExpectation(HttpRequest request) Expectation.setTigerRoute(TigerProxyRoute tigerRoute) Methods in de.gematik.test.tiger.mockserver.mock that return types with arguments of type ExpectationModifier and TypeMethodDescriptionHttpState.getExpectations()HttpState.retrieveActiveExpectations()Methods in de.gematik.test.tiger.mockserver.mock with parameters of type ExpectationModifier and TypeMethodDescriptionvoidHttpState.add(Expectation expectation) intExpectation.compareTo(Expectation o) -
Uses of Expectation in de.gematik.test.tiger.mockserver.netty
Methods in de.gematik.test.tiger.mockserver.netty that return ExpectationMethods in de.gematik.test.tiger.mockserver.netty that return types with arguments of type ExpectationMethods in de.gematik.test.tiger.mockserver.netty with parameters of type Expectation