Example #1
0
        public void Analyze7()
        {
            int a = 5;
            int b = 5;    //Arrange
            int c = 5;


            bool output = tr.checkValidity(a, b, c);   //Act

            Assert.AreEqual(true, output);
        }