Add some test logging

This commit is contained in:
James Agnew 2016-09-26 11:27:23 -04:00
parent cb31e706c7
commit 2316a887c2
1 changed files with 1 additions and 1 deletions

View File

@ -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) {