예제 #1
0
 public MonoValidationTestRunner(MonoValidationTestParameters parameters)
     : base(parameters)
 {
 }
예제 #2
0
 protected MonoValidationTestParameters(MonoValidationTestParameters other)
     : base(other)
 {
     Type = other.Type;
     UseTestRunnerCallback = other.UseTestRunnerCallback;
 }