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());
|
IOUtils.closeQuietly(status.getEntity().getContent());
|
||||||
|
|
||||||
ourLog.info(myMapCheckMethods.toString());
|
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) {
|
protected void updateMapUsing(Map<Object, Object> theUserData, Method theMethod) {
|
||||||
|
|
Loading…
Reference in New Issue