Beispiel #1
0
 public void createArrayTest()
 {
     RegularDB_Accessor target = new RegularDB_Accessor(); // TODO: Initialize to an appropriate value
     List<string> expected = null; // TODO: Initialize to an appropriate value
     List<string> actual;
     actual = target.createArray();
     Assert.AreEqual(expected, actual);
     Assert.Inconclusive("Verify the correctness of this test method.");
 }
Beispiel #2
0
 public void RegularDBConstructorTest()
 {
     RegularDB_Accessor target = new RegularDB_Accessor();
     Assert.Inconclusive("TODO: Implement code to verify target");
 }