-2

I created an aspx page to test the methods of my class for a web service. When I run the project all the objects created call methods and pass it around. All methods passed the test but the code is not covered 100%. Can someone help me?

  • 1
    No, unfortunately nobody can help you. Help yourself by reading this http://stackoverflow.com/help/how-to-ask – hek2mgl Feb 13 '14 at 11:03

1 Answers1

1

This means that there are function that are not tested. Maybe Code coverage with nUnit? can help.

Community
  • 1
  • 1
hivert
  • 10,579
  • 3
  • 31
  • 56