I'm not entirely sure I'm interpreting the intention of the spec for numPass correctly. Are the following details inline with the intent?
numPass will not throw any errors. If the given (partial or complete) checkerName or (partial or complete) category match no tests in the results, this method will simply return 0
- if the given checkerName is empty string, this method should count any test result that at least 1 check passed
I'm not entirely sure I'm interpreting the intention of the spec for
numPasscorrectly. Are the following details inline with the intent?numPasswill not throw any errors. If the given (partial or complete) checkerName or (partial or complete) category match no tests in the results, this method will simply return 0