mirror of
https://github.com/hapifhir/hapi-fhir.git
synced 2025-03-09 14:33:32 +00:00
Add some test logging
This commit is contained in:
parent
cb31e706c7
commit
2316a887c2
@ -107,7 +107,7 @@ public class InterceptorUserDataMapDstu2Test {
|
||||
IOUtils.closeQuietly(status.getEntity().getContent());
|
||||
|
||||
ourLog.info(myMapCheckMethods.toString());
|
||||
assertThat(myMapCheckMethods, contains("incomingRequestPostProcessed", "incomingRequestPreHandled", "outgoingResponse", "processingCompletedNormally"));
|
||||
assertThat(myMapCheckMethods.toString(), myMapCheckMethods, contains("incomingRequestPostProcessed", "incomingRequestPreHandled", "outgoingResponse", "processingCompletedNormally"));
|
||||
}
|
||||
|
||||
protected void updateMapUsing(Map<Object, Object> theUserData, Method theMethod) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user