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

Phoenix S.
Phoenix S.
2,456 Points

Eclipse 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