mirabeau-nl / WbTstr.Net

[DEPRECATED, see README.md] Easy automated functional testing.
MIT License
4 stars 3 forks source link

Log all actions #11

Closed lazytesting closed 9 years ago

lazytesting commented 9 years ago

Log all actions/validations which take place, this will help users to understand complex data driven tests.

onnovalkering commented 9 years ago

The following providers have a WbTstr wrapper that logs all actions:

Remaining providers are (at least):

onnovalkering commented 9 years ago

The AssertSyntaxProvider, including inclass providers, now also logs.

onnovalkering commented 9 years ago

Decided is, for now, to not add logging to the WithSyntaxProvider. This provider is used to override some settings per ActionSyntaxProvider instance.

lazytesting commented 9 years ago

Closed issue as all actions are already supported, which is enough for now. If we decide that we want to add logs for the WithSyntaxProvider we'll handle that in a seperate issue.