Prev Next

Testing / Junit Interview questions III

What happens if a test method throws an exception?

The JUnit runner will declare that test as fail when the test method throws an exception.

More Related questions...

Show more question and Answers...


Comments & Discussions