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
{{ message }}
This repository has been archived by the owner on Jul 9, 2022. It is now read-only.
It is essential in SpecK to create fields only for method arguments of the tested actions and constructor arguments used by subject creation. One could also declare fields for other variables necessary in certain tests, however, this would break locality. Instead, SpecK offers the GivenVars method and the Vars test context property to pass objects between delegates: