Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 741 Bytes

JUnit_&_Mockito.md

File metadata and controls

13 lines (9 loc) · 741 Bytes

Software requirements for JUnit & Mockito

Development IDE

Download IntelliJ IDEA Community Edition and install it.

Note: In case you prefer using another IDE, or you have a valid license for IntelliJ IDEA Ultimate, that's also fine, as the examples do not make use of any IDE specific functionality.

Java Development Tools

  1. Download the .exe file and install the latest LTS version of Liberica JDK LTS (use only the LTS version, not the "Current" version).

Other tools

  1. Download and install Git Version Control.
  2. Create a Github account.