All problems have a runner files in their package. To modify test files, modify TextCase.txt files in the respective folders, and add path(s) if necessary to the testFilePathList variable in the runner file. Any file path with valid test cases can be added to testFilePathList variable and the Runner can be invoked again.
countingpairs/MinimumUniqueArraySumRunner.java
- arraysum/test/TestCase1.txt
- arraysum/test/TestCase2.txt
- arraysum/test/TestCase3.txt
- arraysum/test/TestCase4.txt
- arraysum/test/TestCase5.txt
superstack/SuperStackRunner.java
- superstack/test/TestCase1.txt
- superstack/test/TestCase2.txt
- superstack/test/TestCase3.txt
- superstack/test/TestCase4.txt
- superstack/test/TestCase5.txt
countingpairs/CountingPairsRunner.java
- countingpairs/test/TestCase1.txt
- countingpairs/test/TestCase2.txt
- countingpairs/test/TestCase3.txt
- countingpairs/test/TestCase4.txt
- countingpairs/test/TestCase5.txt