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
Extant dummy classes do not inherit from base classes. This means instanceof will not work. So far I haven't hit a case where this causes a problem. If dummy classes are not meant to be used, maybe that includes not even validating type. Determine whether this is a problem or not.
Dummy classes will be useful for improving isolation in tests. Add dummy classes for all defined interfaces.
The text was updated successfully, but these errors were encountered: