The Artima Developer Community
Sponsored Link

Java Buzz Forum
Testing Java exception handling using JMockIt

0 replies on 1 page.

Welcome Guest
  Sign In

Go back to the topic listing  Back to Topic List Click to reply to this topic  Reply to this Topic Click to search messages in this forum  Search Forum Click for a threaded view of the topic  Threaded View   
Previous Topic   Next Topic
Flat View: This topic has 0 replies on 1 page
josef betancourt

Posts: 262
Nickname: averagejoe
Registered: Mar, 2013

josef betancourt is developer using Java and other stuff
Testing Java exception handling using JMockIt Posted: Jul 6, 2015 5:32 AM
Reply to this message Reply

This post originated from an RSS feed registered with Java Buzz by josef betancourt.
Original Post: Testing Java exception handling using JMockIt
Feed Title: T. C. Mits
Feed URL: http://octodecillion.com/feed/
Feed Description: Java development and other technology topics
Latest Java Buzz Posts
Latest Java Buzz Posts by josef betancourt
Latest Posts From T. C. Mits

Advertisement
How do you test that a method caught an exception? What if that catch did not have a side effect, it just logged output, or simply swallowed the exception? Context We have a method in a class that was written with a try catch and we need to unit test it. There are many ways […]

Read: Testing Java exception handling using JMockIt

Topic: Enterprise DevOps interview with iThome Weekly Previous Topic   Next Topic Topic: Java : Collection Framework : Collections (Sort List of Country Objects in desc Order Based on Name)

Sponsored Links



Google
  Web Artima.com   

Copyright © 1996-2019 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use