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. |
|
| ||||
Interview Questions and Answers | ||||
| ||||
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 ? | ||||