Interface TestResultCache

  • All Known Implementing Classes:
    HashMapTestResultCache

    public interface TestResultCache
    A cache for test results to reduce unnecessary execution time if the same test input results are requested multiple times.
    • Method Detail

      • containsResultFor

        boolean containsResultFor​(IntArrayWrapper testInput)
        Parameters:
        testInput - for which a result could be needed. Must not be null
        Returns:
        Whether the cache contains the result of the given test input
        Throws:
        NullPointerException - if testInput is null