Heads up! To view this whole video, sign in with your Courses account or enroll in your free 7-day trial. Sign In Enroll
Start a free Courses trial
to watch this video
Let's learn how to use IntelliJ IDEA to develop a test suite.
The user interface for IntelliJ IDEA has changed since the filming of this video and the process for setting up your project for tests is slightly different. Please refer to the Setting up Your Project for Tests instruction page for updated steps.
Links
- Vending Machine Repo : Click the green "Code" button and the clone URL will be found in the dropdown.
- GitHub and Android Studio from Ben Deitch our Android teacher. Android studio is just IntelliJ IDEA in a costume.
- Managing Dependencies with Gradle workshop
Known differences
- IntelliJ IDEA 14 Test template is different. If you want to have access to the static methods off of the
junit.org.Assert
class make sure youimport static junit.org.Assert.*
Related Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign upRelated Discussions
Have questions about this video? Start a discussion with the community and Treehouse staff.
Sign up
You need to sign up for Treehouse in order to download course files.
Sign upYou need to sign up for Treehouse in order to set up Workspace
Sign up