public void InitAdapterTest() { elementTableAdapter_Accessor target = new elementTableAdapter_Accessor(); // TODO: Initialize to an appropriate value target.InitAdapter(); Assert.Inconclusive("A method that does not return a value cannot be verified."); }
public void CommandCollectionTest() { elementTableAdapter_Accessor target = new elementTableAdapter_Accessor(); // TODO: Initialize to an appropriate value SqlCeCommand[] actual; actual = target.CommandCollection; Assert.Inconclusive("Verify the correctness of this test method."); }