Closed Hywan closed 9 years ago
Instead of interpreting the rule each time we call the isMethodIgnored method, we interpret the rule once and store its object model. It provides better performances when executing a huge number of methods/test cases.
isMethodIgnored
Instead of interpreting the rule each time we call the
isMethodIgnored
method, we interpret the rule once and store its object model. It provides better performances when executing a huge number of methods/test cases.