예제 #1
0
        public void ModuleGetVisitedCodeLength_FooModule_ReturnsTotalLengthOfAllVisitedMethodSequencePoints()
        {
            int length         = FooModule.GetVisitedCodeLength();
            int expectedLength = 4;

            Assert.AreEqual(expectedLength, length);
        }
        public void ModuleGetVisitedCodeLength_FooModule_ReturnsTotalLengthOfAllVisitedMethodSequencePoints()
        {
            Assert.Inconclusive("SequencePoint.Length is computed from text-source not present in this test");
            int length         = FooModule.GetVisitedCodeLength();
            int expectedLength = 4;

            Assert.AreEqual(expectedLength, length);
        }