Beispiel #1
0
        internal virtual ServiceAgentBase_Accessor CreateServiceAgentBase_Accessor()
        {
            // TODO: Instantiate an appropriate concrete class.
            ServiceAgentBase_Accessor target = null;

            return(target);
        }
Beispiel #2
0
        //
        //You can use the following additional attributes as you write your tests:
        //
        //Use ClassInitialize to run code before running the first test in the class
        //[ClassInitialize()]
        //public static void MyClassInitialize(TestContext testContext)
        //{
        //}
        //
        //Use ClassCleanup to run code after all tests in a class have run
        //[ClassCleanup()]
        //public static void MyClassCleanup()
        //{
        //}
        //
        //Use TestInitialize to run code before running each test
        //[TestInitialize()]
        //public void MyTestInitialize()
        //{
        //}
        //
        //Use TestCleanup to run code after each test has run
        //[TestCleanup()]
        //public void MyTestCleanup()
        //{
        //}
        //
        #endregion


        /// <summary>
        ///A test for Get
        ///</summary>
        public void GetTestHelper <T>()
        {
            PrivateObject             param0       = null;                                  // TODO: Initialize to an appropriate value
            ServiceAgentBase_Accessor target       = new ServiceAgentBase_Accessor(param0); // TODO: Initialize to an appropriate value
            string methodUniformResourceIdentifier = string.Empty;                          // TODO: Initialize to an appropriate value
            T      expected = default(T);                                                   // TODO: Initialize to an appropriate value
            T      actual;

            actual = target.Get <T>(methodUniformResourceIdentifier);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }