Beispiel #1
0
 public TestCompilerCommand(TestCompilerAttributeBase attribute, Test test, TestMethod originalMethod) : base(attribute, test, originalMethod)
 {
 }
Beispiel #2
0
 protected override TestCompilerCommandBase GetTestCommand(TestCompilerAttributeBase attribute, Test test, TestMethod originalMethod)
 {
     return(new TestCompilerCommand(attribute, test, originalMethod));
 }