Example #1
0
        internal virtual FormattableLogBase CreateFormattableLogBase()
        {
            // TODO: Instantiate an appropriate concrete class.
            FormattableLogBase target = null;

            return(target);
        }
Example #2
0
        public void SetFormatterTest()
        {
            FormattableLogBase target    = CreateFormattableLogBase(); // TODO: Initialize to an appropriate value
            ILogItemFormatter  formatter = null;                       // TODO: Initialize to an appropriate value

            target.SetFormatter(formatter);
            Assert.Inconclusive("A method that does not return a value cannot be verified.");
        }