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
Methods in de.gematik.test.tiger.mockserver that return ExpectationModifier and TypeMethodDescriptionExpectationBuilder.forward(ExpectationForwardAndResponseCallback expectationForwardAndResponseCallback) Constructors in de.gematik.test.tiger.mockserver with parameters of type Expectation -
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 TypeMethodDescriptionHttpState.firstMatchingExpectation(HttpRequest request) Expectation.setHttpAction(HttpAction httpAction) Expectation.thenForward(ExpectationForwardAndResponseCallback callback) Methods in de.gematik.test.tiger.mockserver.mock that return types with arguments of type ExpectationModifier and TypeMethodDescriptionHttpState.add(Expectation... expectations) HttpState.getExpectations()HttpState.retrieveActiveExpectations()Methods in de.gematik.test.tiger.mockserver.mock with parameters of type ExpectationModifier and TypeMethodDescriptionHttpState.add(Expectation... expectations) intExpectation.compareTo(Expectation o) -
Uses of Expectation in de.gematik.test.tiger.mockserver.netty
Methods in de.gematik.test.tiger.mockserver.netty that return types with arguments of type Expectation