Esempio n. 1
0
 public ValidationTestRunner(ValidationTestParameters parameters)
 {
     Parameters = parameters;
 }
 protected ValidationTestParameters(ValidationTestParameters other)
     : base(other)
 {
     Category   = other.Category;
     Identifier = other.Identifier;
 }