How to create a Junit to make sure that the tested method throws an exception ?
Javasearch.buggybread.com

Search Interview Questions


 More than 3000 questions in repository.
 There are more than 900 unanswered questions.
Click here and help us by providing the answer.
 Have a video suggestion.
Click Correct / Improve and please let us know.
Label / Company      Label / Company / Text

   



Interview Questions and Answers

 Q1. How to create a Junit to make sure that the tested method throws an exception ?
Ans. Using annotation Test with the argument as expected exception.

@Test (expected = Exception.class)

 Help us improve. Please let us know the company, where you were asked this question :   

   Like         Discuss         Correct / Improve     junit   junit annotations


Related Questions

 What is JUnitRunner ?
  Which of the following is not the advantage of Mocking frameworks ?
  How should we ignore or avoid executing set of tests ?
  How can we test methods individually which are not visible or declared private ?
  What are the steps to be performed while coding Junit with Mocking framework ?
  What is assert keyword used for ?
  Difference between Assert and Verify ?
  What are the annotations used in Junit with Junit4 ?
  What should I do if I want to make sure that a particular method of a class is getting called ?



Help us and Others Improve. Please let us know the questions asked in any of your previous interview.

Any input from you will be highly appreciated and It will unlock the application for 10 more requests.

Company Name:
Questions Asked: