Asserts that given object does not have a property with the given name.
The object to check.
The property name to look for.
Optional
Optional reason added to exception message when assertion fails.
AssertionError when object has given property.
Asserts that given object does not have a property with the given name.