Samples of Tests This test was done using Netbeans IDE 8.0.1. Inside this project are the files for the main class and Junit test classes.
To use this file with Netbeans:
- Download it
- Import it to Netbeans; Click in the Run Button,
- For Junit Tests Open folder TestPackages, Click on ArrayRotatorJunitTest right click over it and then RunFile.
To use this file with Other Ide:
- Create a Java Project,
- Copy ArrayRotator.java and ArrayRotatorJunitTest.java inside that project
- Clean, build and Run.
- For Junit test Click on ArrayRotatorJunitTest right click over it and then RunFile.