-
Notifications
You must be signed in to change notification settings - Fork 19
Closed
Labels
Description
We pretty much agreed that making conventions standard test methods is the only way to get proper tooling support (and it has its advantages as well).
As such we need a new API that will be as simple to use and readable as the old one (or better), will be extensible to support pre-baked conventions, customisations etc, and will be nicely usable inside test methods.
Given most of the test frameworks these days work through a static entry point type (see Assert
in testing frameworks, Substitute
, A
in mocking frameworks etc I think we should explore similar style of API, as discussed in comments for #8