예제 #1
0
파일: CountTest.cs 프로젝트: jgshort/SqlDom
 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
파일: CountTest.cs 프로젝트: jgshort/SqlDom
 public void CountConstructorTest()
 {
     Count target = new Count();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }