public void SetUp() { _methodName = "Concat"; _methodInfo = typeof(string).GetMethod("Concat", new[] { typeof(string), typeof(string) }); _methodCallTransformerRegistry = new NameBasedMethodCallTransformerRegistry(); _transformerStub = MockRepository.GenerateStub <IMethodCallTransformer> (); }
public void SetUp () { _methodName = "Concat"; _methodInfo = typeof (string).GetMethod ("Concat", new[] { typeof (string), typeof (string) }); _methodCallTransformerRegistry = new NameBasedMethodCallTransformerRegistry (); _transformerStub = MockRepository.GenerateStub<IMethodCallTransformer> (); }