Interface JvmTestOperationDescriptor

    • Method Detail

      • getJvmTestKind

        JvmTestKind getJvmTestKind()
        Returns what kind of test this is.
        Returns:
        The test kind.
      • getSuiteName

        @Nullable
        java.lang.String getSuiteName()
        Returns the name of the test suite, if any.
        Returns:
        The name of the test suite.
      • getClassName

        @Nullable
        java.lang.String getClassName()
        Returns the name of the test class, if any.
        Returns:
        The name of the test class.
      • getMethodName

        @Nullable
        java.lang.String getMethodName()
        Returns the name of the test method, if any.
        Returns:
        The name of the test method.