public class TeamCityConsoleOutput extends ConsoleOutput
PrintStreamOutput.Format
NL
Constructor and Description |
---|
TeamCityConsoleOutput() |
TeamCityConsoleOutput(Keywords keywords) |
Modifier and Type | Method and Description |
---|---|
void |
afterScenario() |
void |
beforeScenario(Scenario scenario) |
void |
failed(String step,
Throwable storyFailure) |
void |
pending(String step) |
afterExamples, afterGivenStories, afterStory, afterStorySteps, beforeExamples, beforeGivenStories, beforeStep, beforeStory, beforeStorySteps, comment, compressFailureTrace, doCompressFailureTrace, doReportFailureTrace, dryRun, escape, example, failedOutcomes, format, formatTable, formatVerbatim, givenStories, givenStories, ignorable, lifecyle, lookupPattern, narrative, notPerformed, overwritePattern, pendingMethods, print, print, reportFailureTrace, restarted, restartedStory, scenarioNotAllowed, storyCancelled, storyNotAllowed, successful, toString, transformPrintingTable, transformPrintingVerbatim
afterScenarioSteps, beforeScenario, beforeScenarioSteps, example, scenarioMeta
public TeamCityConsoleOutput()
public TeamCityConsoleOutput(Keywords keywords)
public void beforeScenario(Scenario scenario)
beforeScenario
in interface StoryReporter
beforeScenario
in class PrintStreamOutput
public void afterScenario()
afterScenario
in interface StoryReporter
afterScenario
in class PrintStreamOutput
public void pending(String step)
pending
in interface StoryReporter
pending
in class PrintStreamOutput
public void failed(String step, Throwable storyFailure)
failed
in interface StoryReporter
failed
in class PrintStreamOutput
Copyright © 2003–2021. All rights reserved.