コード例 #1
0
 public void ShouldNotTryToDecorateAbstractMethod()
 {
     TestClass.AbstractMethod();
     CheckMethodSeq(new[] { Method.Body });
 }