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
Currently, matcher declaration is too verbose (at least for simple cases) and requires four methods. Simple matchers should not require all of this.
The goal is make simple class matchers as simple as the ones declared as functions (using convention over configuration, for example). If we reach this, we can drop support to matchers declared as functions, having only one way to create matchers.
The text was updated successfully, but these errors were encountered:
Currently, matcher declaration is too verbose (at least for simple cases) and requires four methods. Simple matchers should not require all of this.
The goal is make simple class matchers as simple as the ones declared as functions (using convention over configuration, for example). If we reach this, we can drop support to matchers declared as functions, having only one way to create matchers.
The text was updated successfully, but these errors were encountered: