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