Interface InternalJvmTestDescriptor

    • Method Detail

      • getTestKind

        java.lang.String getTestKind()
        Returns the kind of test this is. See the constants on this interface for the supported kinds.
        Returns:
        The test kind (test suite, atomic test, etc.).
      • getSuiteName

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

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

        java.lang.String getMethodName()
        Returns the name of the test method, if any.
        Returns:
        The name of the test method, can be null.