Interface FailedTestOutputFormatter

    • Method Detail

      • formatTestForWeb

        java.lang.String formatTestForWeb​(@NotNull
                                          SBuild build,
                                          int testId,
                                          @NotNull
                                          FailedTestOutputBean bean)
        Formats test output.
        Parameters:
        build - build
        testId - current test id
        bean - failed test info bean
        Returns:
        string to be returned as the test stacktrace.
      • canFormat

        boolean canFormat​(@NotNull
                          SBuild build,
                          @NotNull
                          FailedTestOutputBean bean)
        Returns true if the specified test output can be formatted by this extension and false otherwise
        Parameters:
        build - build
        bean - failed test info bean
        Returns:
        see above