Class Matchers

These matchers ensure that a class definition is configured correctly.

toExtend

Passes if class instance or constructor x is configured to extend class name y.
expect(x).toExtend(y);

toOverride

Passes if class instance or constructor x is configured to override class name y.
expect(x).toOverride(y);