From the course: Programming Foundations: Test-Driven Development

What you should know - Java Tutorial

From the course: Programming Foundations: Test-Driven Development

Start my 1-month free trial

What you should know

- [Instructor] For this course you should have basic programming skills in Java or a similar language and some familiarity with any IDE, such as Eclipse or IntelliJ. In terms of the tools that we will use in this course, you can get Java from oracle.com and I have used Java 11. JUnit 5, which you can download from here, junit.O-R-G. I am using Eclipse IDE 2019-03, but any version which is a recent version may also work. I'm also using Maven build framework and finally the mockito mocking framework, which I'll demonstrate in the course.

Contents