Exemplo n.º 1
1
        private ActionMethodInfo BuildActionMethodInfo(ActionStepAttribute actionStep, MethodInfo method)
        {
            if (actionStep.ActionMatch == null)
                actionStep.BuildActionMatchFromMethodInfo(method);

            return new ActionMethodInfo(actionStep.ActionMatch, null, method, actionStep.Type);
        }
Exemplo n.º 2
0
        private ActionMethodInfo BuildActionMethodInfo(ActionStepAttribute actionStep, MethodInfo method)
        {
            if (actionStep.ActionMatch == null)
            {
                actionStep.BuildActionMatchFromMethodInfo(method);
            }

            return(new ActionMethodInfo(actionStep.ActionMatch, null, method, actionStep.Type));
        }