コード例 #1
0
ファイル: Hooks.cs プロジェクト: mvelosop/MicroFlow
        public void BeforeStep()
        {
            var scope = testHost.CreateScope();

            _scenarioContext.Set(scope, ScopeKey);
        }