Exemplo n.º 1
0
        void RunStep(OutlineStep OutlineStep)
        {
            Specify(OutlineStep);

            try {

                OutlineStep.Execute();
                Right(OutlineStep);

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