toBeInstanceOf
Asserts that the value is not an instance of given class.
toBeInstanceOf(C: any): void
Related
- class NegatedAssertionRepresents a value ready to be asserted, using inverse logic.
Asserts that the value is not an instance of given class.
toBeInstanceOf(C: any): void