public class Reporter extends Object
Created on Nov 2, 2005
| Constructor and Description |
|---|
Reporter() |
| Modifier and Type | Method and Description |
|---|---|
static void |
clear()
Erase the content of all the output generated so far.
|
static ITestResult |
getCurrentTestResult() |
static boolean |
getEscapeHtml() |
static List<String> |
getOutput() |
static List<String> |
getOutput(ITestResult tr) |
static void |
log(String s)
Log the passed string to the HTML reports.
|
static void |
log(String s,
boolean logToStandardOut)
Log the passed string to the HTML reports.
|
static void |
log(String s,
int level)
Log the passed string to the HTML reports if the current verbosity is equal to or greater than
the one passed as a parameter.
|
static void |
log(String s,
int level,
boolean logToStandardOut)
Log the passed string to the HTML reports if the current verbosity is equal to or greater than
the one passed as a parameter.
|
static void |
setCurrentTestResult(ITestResult m) |
static void |
setEscapeHtml(boolean escapeHtml) |
public static void setCurrentTestResult(ITestResult m)
public static void clear()
public static boolean getEscapeHtml()
public static void setEscapeHtml(boolean escapeHtml)
escapeHtml - If true, use HTML entities for special HTML characters (<, >, &,
...).public static void log(String s)
s - The message to logpublic static void log(String s, int level, boolean logToStandardOut)
s - The message to loglevel - The verbosity of this messagelogToStandardOut - Whether to print this string on standard out toopublic static void log(String s, boolean logToStandardOut)
s - The message to loglogToStandardOut - Whether to print this string on standard out toopublic static void log(String s, int level)
s - The message to loglevel - The verbosity of this messagepublic static ITestResult getCurrentTestResult()
public static List<String> getOutput(ITestResult tr)
Copyright © 2025. All rights reserved.