Class TestChunkImpl

  • All Implemented Interfaces:
    TestChunk

    public class TestChunkImpl
    extends java.lang.Object
    implements TestChunk
    A test chunk consists of a list of methods that should be executed by a particular classloader.
    • Field Detail

      • classLoader

        private final java.lang.ClassLoader classLoader
      • testMethodsToBeExecutedByThisClassloader

        private final java.util.List<java.lang.reflect.Method> testMethodsToBeExecutedByThisClassloader
    • Constructor Detail

      • TestChunkImpl

        public TestChunkImpl​(java.lang.ClassLoader classLoader,
                             java.util.List<java.lang.reflect.Method> testMethodsToBeExecutedByThisClassloader)
    • Method Detail

      • getClassLoader

        public java.lang.ClassLoader getClassLoader()
        Specified by:
        getClassLoader in interface TestChunk
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object