Ejemplo n.º 1
0
 public MethodResultDispatcherTests()
 {
     sut           = new DefaultMethodResultDispatcher();
     actualResults = new List <ValidationResult>();
 }
 /// <summary>
 /// ctor
 /// </summary>
 /// <param name="methodResultDispatcher"></param>
 public DefaultMethodValidator(IMethodResultDispatcher methodResultDispatcher)
 {
     this.methodResultDispatcher = methodResultDispatcher;
 }