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.

Phoenix S.
2,456 PointsEclipse Tips - Unit Testing In Java
Setting up JUnit test:
https://courses.cs.washington.edu/courses/cse143/19wi/eclipse_tutorial/junit.shtml#creating
Separate Folders Set Up (Best to do this when creating your project):
https://help.eclipse.org/kepler/index.jsp?topic=%2Forg.eclipse.jdt.doc.user%2FgettingStarted%2Fqs-OrganizingSources.htm
Run test keyboard shortcut:
Alt + Shift + X then T
Generate test method keyboard shortcut:
Type 'test', then Ctrl + Space + Space
Note: by hitting Space a 2nd time the JUnit 3 || JUnit 4 method generation will appear w/o all of the other options