Пример #1
0
        public void CloneTest()
        {
            LogItem target   = new LogItem(); // TODO: Initialize to an appropriate value
            LogItem expected = null;          // TODO: Initialize to an appropriate value
            LogItem actual;

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