Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

Java Unit Testing in Java How to Test Setting Up a Project for Tests

kekelidos
kekelidos
9,901 Points

using eclipse IDE Can i use eclipse IDE to perform the JUnit test in this course?

I have eclipse install and would like to use it instead of downloading another development environment. It there a guide on how to set the JUnit test up and running in Eclipse ?

2 Answers

kekelidos
kekelidos
9,901 Points

Thanks i was able to get it set up

Phoenix S.
Phoenix S.
2,456 Points

If you want to have separate folders for your your source code and your test you can make a separate folder at project set up. You can follow the instructions here:

https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2FgettingStarted%2Fqs-OrganizingSources.htm