Exemplo n.º 1
0
        public void StateTest()
        {
            var           target = new Lifeline(null, null, null, 0);
            LifelineState actual = target.State;

            Assert.IsNotNull(actual);
        }
Exemplo n.º 2
0
        public void RightLevelTest()
        {
            var target   = new LifelineState();
            int expected = 0;
            int actual;

            //actual = target.RightLevel;
            //Assert.AreEqual(expected, actual);
            Assert.Inconclusive("Verify the correctness of this test method.");
        }
Exemplo n.º 3
0
        public void LifelineStateConstructorTest()
        {
            var target = new LifelineState();

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