Example #1
0
 public ActionMethodInfo(Regex actionStepMatcher, object action, MethodInfo methodInfo, string actionType, object instance)
 {
     ActionStepMatcher = actionStepMatcher;
     Action = action;
     MethodInfo = methodInfo;
     ActionType = actionType;
     Instance = instance;
     FileMatcher = new MatchAllFiles();
     MethodParametersType = FigureOutParameterTypes();
 }
Example #2
0
 public ActionMethodInfo(Regex actionStepMatcher, object action, MethodInfo methodInfo, string actionType, object instance)
 {
     ActionStepMatcher    = actionStepMatcher;
     Action               = action;
     MethodInfo           = methodInfo;
     ActionType           = actionType;
     Instance             = instance;
     FileMatcher          = new MatchAllFiles();
     MethodParametersType = FigureOutParameterTypes();
 }