Skip to content

Make custom matcher creation (using classes) less verbose #28

@rodrigomanhaes

Description

@rodrigomanhaes

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions