public class TeamCityConsoleOutput extends ConsoleOutput
PrintStreamOutput.Format
Constructor and Description |
---|
TeamCityConsoleOutput() |
TeamCityConsoleOutput(Keywords keywords) |
Modifier and Type | Method and Description |
---|---|
void |
afterScenario() |
void |
beforeScenario(String title) |
void |
failed(String step,
Throwable storyFailure) |
void |
pending(String step) |
afterExamples, afterStory, beforeExamples, beforeStep, beforeStory, comment, compressFailureTrace, doCompressFailureTrace, doReportFailureTrace, dryRun, escape, example, failedOutcomes, format, formatTable, givenStories, givenStories, ignorable, lifecyle, lookupPattern, narrative, notPerformed, overwritePattern, pendingMethods, print, reportFailureTrace, restarted, restartedStory, scenarioMeta, scenarioNotAllowed, storyCancelled, storyNotAllowed, successful, toString
public TeamCityConsoleOutput()
public TeamCityConsoleOutput(Keywords keywords)
public void beforeScenario(String title)
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–2016. All rights reserved.