junit.framework.AssertionFailedError: Expected: <null> but was: {uuid=6adb7c42-cfd2-4301-b53b-ff17c5654ff7, display=Person(personId=1), voided=false, links=[ All Data resources need to define their representations ]}
at junit.framework.Assert.fail(Assert.java:57)
at junit.framework.Assert.assertTrue(Assert.java:22)
at junit.framework.Assert.assertNull(Assert.java:277)
at junit.framework.Assert.assertNull(Assert.java:268)
at junit.framework.TestCase.assertNull(TestCase.java:438)
at org.openmrs.module.ebolaexample.rest.controller.EbolaLoginControllerTest.shouldReturnUnknownProviderForAuthenticatedUserWithInvalidProviderId(EbolaLoginControllerTest.java:138)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
(36 more lines...)
|