Interface IsolatedDTestClassLoaderWrapper.ExecutableAction<T>

  • Type Parameters:
    T - return type
    Enclosing class:
    IsolatedDTestClassLoaderWrapper

    public static interface IsolatedDTestClassLoaderWrapper.ExecutableAction<T>
    Encapsulates action to be executed inside the classloader
    • Method Detail

      • run

        T run()
        Returns:
        (optional) result from the operation that runs inside the classloader