toBeInstanceOf
Asserts that the value is an instance of given class (using the
instanceof
operator).
toBeInstanceOf(C: any): void
Related
- class AssertionRepresents a value ready to be asserted.
Asserts that the value is an instance of given class (using the
instanceof
operator).
toBeInstanceOf(C: any): void