Exemplo n.º 1
0
 public Given_a_GetValues_Request()
 {
     validator = new GetValues.Validator();
     request   = new GetValues.Request
     {
         Param1 = "12345678",
         Param2 = "1234"
     };
 }
 public GetValuesValidatorTests()
 {
     validator = new GetValues.Validator();
 }