Interface InternalJvmTestRequest

  • All Known Implementing Classes:
    DefaultInternalJvmTestRequest

    public interface InternalJvmTestRequest
    Specifies a method to be tested. DO NOT CHANGE THIS INTERFACE. It is part of the cross-version protocol.
    Since:
    2.7-rc-1
    • Method Detail

      • getClassName

        java.lang.String getClassName()
      • getMethodName

        @Nullable
        java.lang.String getMethodName()