예제 #1
0
        public void UpdateStoreLocationTest()
        {
            StoreLocationBLL_Accessor target   = new StoreLocationBLL_Accessor(); // TODO: Initialize to an appropriate value
            StoreLocation             location = null;                            // TODO: Initialize to an appropriate value

            target.UpdateStoreLocation(location);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }
예제 #2
0
        public void GetStoreLocationTest()
        {
            StoreLocationBLL_Accessor target   = new StoreLocationBLL_Accessor(); // TODO: Initialize to an appropriate value
            List <StoreLocation>      expected = null;                            // TODO: Initialize to an appropriate value
            List <StoreLocation>      actual;

            actual = target.GetStoreLocation();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
예제 #3
0
        public void StoreLocationBLLConstructorTest1()
        {
            StoreLocationBLL_Accessor target = new StoreLocationBLL_Accessor();

            Assert.Inconclusive("TODO: Implement code to verify target");
        }