-->
These old forums are deprecated now and set to read-only. We are waiting for you on our new forums!
More modern, Discourse-based and with GitHub/Google/Twitter authentication built-in.

All times are UTC - 5 hours [ DST ]



Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 
Author Message
 Post subject: how to cover catch(HibernateException e) {} using JUnit Test
PostPosted: Wed Sep 10, 2008 9:43 am 
Beginner
Beginner

Joined: Fri Sep 28, 2007 4:58 am
Posts: 21
Location: Chennai, India
Hi All,

I am writing Junit Test cases for DAO layer calss methods. And also we are taking Test Coverage. But the coverage is giving less because of catch block in the code. my code snippet is show bellow.
try{
Person person = new Person();
person.setName("Purushotham");
session.save(person);
}[b]catch (HibernateException hbexe) {
logger.error(hbexe.getMessage(), hbexe);
throw new CitcoSystemException(CitcoExceptionCategory.LOG, hbexe.getMessage(), hbexe);[/b]
}

if i covered this catch block in DAOlayer, i can get 100% coverage. please let me know how to do this one from junit test case method. please do the needful.

thanks in advance.

Regards,

_________________
Purushotham Podaralla


Top
 Profile  
 
Display posts from previous:  Sort by  
Forum locked This topic is locked, you cannot edit posts or make further replies.  [ 1 post ] 

All times are UTC - 5 hours [ DST ]


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum

Search for:
© Copyright 2014, Red Hat Inc. All rights reserved. JBoss and Hibernate are registered trademarks and servicemarks of Red Hat, Inc.