You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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 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.
http://www.vogella.com/articles/JUnit/article.html
The text was updated successfully, but these errors were encountered: