public void InitAdapterTest()
        {
            stepTableAdapter_Accessor target = new stepTableAdapter_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()
        {
            stepTableAdapter_Accessor target = new stepTableAdapter_Accessor(); // TODO: Initialize to an appropriate value

            SqlCeCommand[] actual;
            actual = target.CommandCollection;
            Assert.Inconclusive("Verify the correctness of this test method.");
        }