Ejemplo n.º 1
0
        internal virtual NamedLogFactoryBase_Accessor <TLog> CreateNamedLogFactoryBase_Accessor <TLog>()
        {
            // TODO: Instantiate an appropriate concrete class.
            NamedLogFactoryBase_Accessor <TLog> target = null;

            return(target);
        }
Ejemplo n.º 2
0
        /// <summary>
        ///A test for GetCachedLogs
        ///</summary>
        public void GetCachedLogsTestHelper <TLog>()
            where TLog : ILog
        {
            PrivateObject param0 = null;                                                                  // TODO: Initialize to an appropriate value
            NamedLogFactoryBase_Accessor <TLog> target = new NamedLogFactoryBase_Accessor <TLog>(param0); // TODO: Initialize to an appropriate value
            IEnumerable <TLog> expected = null;                                                           // TODO: Initialize to an appropriate value
            IEnumerable <TLog> actual;

            actual = target.GetCachedLogs();
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }