Interface TestChunk

  • All Known Implementing Classes:
    TestChunkImpl

    public interface TestChunk
    A test chunk consists of a list of methods that should be executed by a particular classloader.
    • Method Detail

      • getTestMethodsToBeExecutedByThisClassloader

        List<Method> getTestMethodsToBeExecutedByThisClassloader()
      • isMethodToBeExecutedByThisClassloader

        boolean isMethodToBeExecutedByThisClassloader​(Method method)