Exemplo n.º 1
0
        public void TestValidateGatCountPairsBreakpoints()
        {
            // Arrange
            int countPairs = 0;

            // Act
            countPairs = breakpoints.GetCoutPairs(COUNT_BREAKPOINTS);

            // Assert
            Assert.AreEqual(COUNT_PAIRS_BREAKPOINTS, countPairs);
        }