Package de.gematik.test.tiger.proxy
Class MockServerResponseFacet
java.lang.Object
de.gematik.test.tiger.proxy.MockServerResponseFacet
- All Implemented Interfaces:
RbelFacet
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface de.gematik.rbellogger.data.core.RbelFacet
facetRemovedCallback, getChildElements, shouldExpectReplyMessage
-
Constructor Details
-
MockServerResponseFacet
@ConstructorProperties({"httpRequest","httpResponse"}) public MockServerResponseFacet(HttpRequest httpRequest, HttpResponse httpResponse)
-
-
Method Details