List out the advantages of Assert method

 Posted by Rajnilari2015 on 2/12/2016 | Category: C# Interview questions | Views: 4001 | Points: 40
Select from following answers:
  1. Assertions are especially useful in large, complicated programs and in high reliability programs.
  2. Helps to write better unit test cases.
  3. Assertions are used to check the pre/post conditions of the contract
  4. All the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response