Class TestFailureInfo


  • @Deprecated
    public class TestFailureInfo
    extends java.lang.Object
    Deprecated.
    in 9.0, use STestRun.getFullText() instead
    Represents the test run failure information, currently consisting of short and full stacktrace (both nullable).
    Since:
    6.5
    Author:
    Sergey Anchipolevsky, Maxim Podkolzine (maxim.podkolzine@jetbrains.com)
    • Method Detail

      • getStacktraceMessage

        @Nullable
        public java.lang.String getStacktraceMessage()
        Deprecated.
        Returns the test stacktrace message, if available
        Returns:
        test stacktrace message, if available
      • getShortStacktrace

        @Deprecated
        @Nullable
        public java.lang.String getShortStacktrace()
        Deprecated.
        in 9.0, use STestRun.getFullText() instead
        Returns the short test stacktrace, if available
        Returns:
        short test stacktrace, if available
      • getShortStacktraceForWeb

        @Deprecated
        @Nullable
        public java.lang.String getShortStacktraceForWeb()
        Deprecated.
        in 9.0, use STestRun.getFullText() instead
        Returns escaped short stacktrace.
        Returns:
        short stacktrace with all "dangerous" content to be prepared for output on Web (like replace < with <)