Leandro
Leandro
Hi, ExpectEvent( ) doesn't ignore the members when passing membersToIgnore parameter: ``` v = agentTester.Test() .ExpectStatusCode(HttpStatusCode.Created) .ExpectChangeLogCreated() .ExpectETag() .ExpectUniqueKey() .ExpectValue(_ => v) .ExpectEvent("my.hr.employee", "created", expectedEventValue, "ETag", "ChangeLog", "Id", "EmergencyContacts[0].Id") .Run(a...
AreSentCompare does not take into account membersToIgnore parameter from ExpectEvent( ). This PR fixes this bug.