Asserts that given value is not an instance of the given class.
The value to check.
The class the value must be an instance of.
Optional
Optional reason added to exception message when assertion fails.
AssertionError when value is an instance of the given class.
Asserts that given value is not an instance of the given class.