public void InitAdapterTest() { scriptTableAdapter_Accessor target = new scriptTableAdapter_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() { scriptTableAdapter_Accessor target = new scriptTableAdapter_Accessor(); // TODO: Initialize to an appropriate value SqlCeCommand[] actual; actual = target.CommandCollection; Assert.Inconclusive("Verify the correctness of this test method."); }