Finding it hard to see that the new code is being properly covered by the tests.
Ideally I'd like to see explicit unit tests on each of the new methods added (and ensuring they hit each of the conditional branches).
At the very least, some description in the unit tests as to what they are actually testing and which methods are being touched. But ideally, simple single-method unit tests.
Finding it hard to see that the new code is being properly covered by the tests.
Ideally I'd like to see explicit unit tests on each of the new methods added (and ensuring they hit each of the conditional branches).
At the very least, some description in the unit tests as to what they are actually testing and which methods are being touched. But ideally, simple single-method unit tests.