Welcome to the Treehouse Community
The Treehouse Community is a meeting place for developers, designers, and programmers of all backgrounds and skill levels to get support. Collaborate here on code errors or bugs that you need feedback on, or asking for an extra set of eyes on your latest project. Join thousands of Treehouse students and alumni in the community today. (Note: Only Treehouse students can comment or ask questions, but non-students are welcome to browse our conversations.)
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and a supportive community. Start your free trial today.

<noob />
17,047 PointsJunit tests replace try catch?
i understand that we write test to simluate a case that could happen in a real program but craig mentioned something about that try catch block are the old way to do checks
1 Answer

Lauren Moineau
9,483 PointsI haven't done that course and can't find where he says it in the video linked above, but maybe he meant that using try-catch in JUnit tests is the old way of testing exceptions. With JUnit, you can also use annotations or the ExpectedException rule for example. I'm not sure either.

<noob />
17,047 Pointsi think ur right i was confused. in which course u are?

Lauren Moineau
9,483 PointsI'm finishing up the Java Beginner track. I'm on Data Structures right now. But I've done other Java courses in the past.
Tonnie Fanadez
UX Design Techdegree Graduate 22,793 PointsTonnie Fanadez
UX Design Techdegree Graduate 22,793 PointsImagine I didn't do Unit Testing in Java, I am not sure noob developer