コード例 #1
0
ファイル: Scenarios.cs プロジェクト: msuarz/zunzun
        void RunStep(OutlineStep OutlineStep)
        {
            Specify(OutlineStep);

            try {

                OutlineStep.Execute();
                Right(OutlineStep);

            } catch(Exception Exception) { Wrong(OutlineStep, Exception); }
        }