You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to add instanceOf matcher (and probably corresponding notInstanceOf) to check that an object is an instance of another. This matcher would use instanceof underneath.
If it makes sense, then I would try making the implementation myself.
The text was updated successfully, but these errors were encountered:
fitiskin
changed the title
instanceOf notInstanceOf tests
instanceOf matcher
Sep 7, 2022
I would like to add
instanceOf
matcher (and probably correspondingnotInstanceOf
) to check that an object is an instance of another. This matcher would use instanceof underneath.If it makes sense, then I would try making the implementation myself.
The text was updated successfully, but these errors were encountered: