Ejemplo n.º 1
0
        public void FormatItemTest()
        {
            SingleLineFormatter_Accessor target = new SingleLineFormatter_Accessor(); // TODO: Initialize to an appropriate value
            LogItem item     = null;                                                  // TODO: Initialize to an appropriate value
            string  expected = string.Empty;                                          // TODO: Initialize to an appropriate value
            string  actual;

            actual = target.FormatItem(item);
            Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Ejemplo n.º 2
0
        public void SingleLineFormatterConstructorTest()
        {
            SingleLineFormatter_Accessor target = new SingleLineFormatter_Accessor();

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