3. Java language syntax
Main steps
- Investigate jtm.activity03 package
- Run unit tests of the package:
- Select package jtm.activity03 and activate menu Run– Run as– Junit test
- Check test results in JUnit window
- Read comments and TODO's and implement methods to achieve green unit test results.
Some hints
- Use System.out.print for debugging purposes
- Read Debugging with Eclipse
- Read Eclipse cheatsheet
Additional info
- Look at https://www.w3schools.com/java/ for more detailed examples for Java language syntax.