huehnerlady
08/18/2020, 7:51 AMnull shouldNotBe null
in this case I get a generic message <null> should not equal <null>
This is not very helpful. I would get an error I write myself, e.g. “Property ‘test’ is null, although it shouldn’t have been”. I understand that the matcher does not know this, but as I know which item I added in there I could make the error message clearer.
How can I achieve this?sam
08/18/2020, 8:38 AMhuehnerlady
08/18/2020, 9:50 AM