コード例 #1
0
 public CancellingCommand(ITestCommand innerCommand, TheoryWithLimitedFailuresAttribute owner)
     : base(innerCommand)
 {
     this.owner = owner;
 }
コード例 #2
0
 public CancellingCommand(ITestCommand innerCommand, TheoryWithLimitedFailuresAttribute owner)
     : base(innerCommand)
 {
     this.owner = owner;
 }