Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Runner which executes test rules before / after test #9

Open
LisiLisenok opened this issue Nov 28, 2016 · 2 comments
Open

Runner which executes test rules before / after test #9

LisiLisenok opened this issue Nov 28, 2016 · 2 comments
Labels

Comments

@LisiLisenok
Copy link
Owner

The runner has to take a list of test rules and executes them before / after test.
This is usefull to perform initialization / disposing together with RepeatRunner.

@LisiLisenok
Copy link
Owner Author

Test statements also

@LisiLisenok
Copy link
Owner Author

If the runner is executed by outer runner concurrently in several threads?
If initialization is performed just a once for all concurrent executions then a concurrent thread may start with rule state modified after the initialization. This looks like as anti-pattern.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant