Codebase for CS4218, 20/21 Sem2 Task Assigned: BF + EF1
- OS: Windows 10
- Java: JDK 11
We included Maven support into our project. IntelliJ automatically reorganized the project structure. Thus, the test folder has been moved. Test cases can be found in src/test/java.
Note: You may need to mark the folders as Sources Root and Tests Sources Root again. In that case, mark src/main/java as Sources Root folder and src/test/java as Tests Sources Root. If build failed due to test cases in the unimpl folder, mark it as excluded.
To run all the test cases, right click on src/test/java folder, and select "Run 'All Tests'".