示例#1
0
 protected BoringValidationTestParameters(BoringValidationTestParameters other)
     : base(other)
 {
     Type            = other.Type;
     AddTrustedRoots = other.AddTrustedRoots;
     ExpectedResult  = other.ExpectedResult;
     CheckTime       = other.CheckTime;
     VerifyParamType = other.VerifyParamType;
 }
示例#2
0
 public BoringValidationTestRunner(BoringValidationTestParameters parameters)
     : base(parameters)
 {
 }