Exemplo n.º 1
0
        public void GetAllTest()
        {
            BugManager        target   = new BugManager(); // TODO: Initialize to an appropriate value
            IEnumerable <Bug> expected = null;             // TODO: Initialize to an appropriate value

            var actual = target.GetAll().FirstOrDefault();

            Assert.IsNotNull(actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }