- VSCode tasks are available via the repository (.vscode folder) for running all language specific tests. Please familiarize yourself with using tasks in VSCode.
- Makefile tasks are also provided for running tests.
- To run individual test using gradlew following example may be used as a guideline:
./gradlew test --tests *P1_FindTheMedianOfANumberStream*
. If during test tun, print outputs needs to be viewed, uncomment lineshowStandardStreams true
in the build.gradle file at the root of the project.