TeamCityTestReporterService

public class TeamCityTestReporterService extends TestReporterServiceBase

Test reporter that produces TeamCity test service messages.

See also: ` Build Script Interaction with TeamCity <https://confluence.jetbrains.com/display/TCD10/Build+Script+Interaction+with+TeamCity>`_

Constructors

TeamCityTestReporterService

public TeamCityTestReporterService(TeamCityWriter writer, TeamCityLogger logger)

Methods

getErr

public PrintStream getErr()

getLogger

public ILogger getLogger()

getOut

public PrintStream getOut()

onSessionFinished

protected void onSessionFinished()

onSessionStarted

protected void onSessionStarted()

onTestFailed

protected void onTestFailed(String name, String reason, String details)

onTestIgnored

protected void onTestIgnored(String name, String reason)

onTestPassed

protected void onTestPassed(String name)

onTestStarted

protected void onTestStarted(String name)

onTestSuiteFinished

protected void onTestSuiteFinished(String name)

onTestSuiteStarted

protected void onTestSuiteStarted(String name)