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
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.
The text was updated successfully, but these errors were encountered:
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.
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
.The text was updated successfully, but these errors were encountered: