示例#1
0
 public void CountConstructorTest1()
 {
     Expression expression = null; // TODO: Initialize to an appropriate value
     Count target = new Count(expression);
     Assert.Inconclusive("TODO: Implement code to verify target");
 }
示例#2
0
 public void CountConstructorTest()
 {
     Count target = new Count();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }