-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
As I'm implementing stuff, I'll be writing a few unit tests, to verify it worked. However though, I will probably not be covering the full range of cases, so our test coverage won't be great. I'd like you to add new test cases to my ones, covering more complex/error scenarios.
Our code coverage can be seen here:
http://awesomeware.org/jenkins/job/dm-objects/9/cobertura/?
I'd like to aim for 50% conditional coverage, 70% line coverage, 70% method coverage. It may well be that you find a lot of our code that isn't covered is simply one liner methods with no logic. You can leave those, they don't particularly need testing.
As always, get in touch if you have any doubts.