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.
toOverride
Passes if class instance or constructor
x is configured to override class name
y.