Package org.hl7.fhir.utilities.tests
Class CacheVerificationLogger
- java.lang.Object
-
- org.hl7.fhir.utilities.tests.CacheVerificationLogger
-
- All Implemented Interfaces:
ToolingClientLogger
public class CacheVerificationLogger extends Object implements ToolingClientLogger
-
-
Constructor Summary
Constructors Constructor Description CacheVerificationLogger()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclearLastId()StringgetLastId()voidlogRequest(String method, String url, List<String> headers, byte[] body)voidlogResponse(String outcome, List<String> headers, byte[] body)booleanverifyHasNoRequests()
-
-
-
Constructor Detail
-
CacheVerificationLogger
public CacheVerificationLogger()
-
-
Method Detail
-
logRequest
public void logRequest(String method, String url, List<String> headers, byte[] body)
- Specified by:
logRequestin interfaceToolingClientLogger
-
logResponse
public void logResponse(String outcome, List<String> headers, byte[] body)
- Specified by:
logResponsein interfaceToolingClientLogger
-
getLastId
public String getLastId()
- Specified by:
getLastIdin interfaceToolingClientLogger
-
clearLastId
public void clearLastId()
- Specified by:
clearLastIdin interfaceToolingClientLogger
-
verifyHasNoRequests
public boolean verifyHasNoRequests()
-
-