java.lang.Object
net.thucydides.model.steps.StepListenerAdapter
net.thucydides.junit.listeners.TestCountListener
- All Implemented Interfaces:
net.thucydides.model.steps.StepListener
public class TestCountListener
extends net.thucydides.model.steps.StepListenerAdapter
-
Constructor Summary
ConstructorsModifierConstructorDescriptionTestCountListener(net.thucydides.model.util.EnvironmentVariables environmentVariables, net.thucydides.model.statistics.TestCount testCount) protectedTestCountListener(net.thucydides.model.util.EnvironmentVariables environmentVariables, org.slf4j.Logger logger, net.thucydides.model.statistics.TestCount testCount) -
Method Summary
Modifier and TypeMethodDescriptionprotected org.slf4j.LoggervoidtestStarted(String description) voidtestStarted(String description, String id) Methods inherited from class net.thucydides.model.steps.StepListenerAdapter
addNewExamplesFrom, assumptionViolated, exampleFinished, exampleStarted, lastStepFailed, notifyScreenChange, skippedStepStarted, stepFailed, stepFailed, stepFailed, stepFinished, stepFinished, stepIgnored, stepPending, stepPending, stepStarted, takeScreenshots, takeScreenshots, testFailed, testFinished, testFinished, testIgnored, testIsManual, testPending, testRetried, testRunFinished, testSkipped, testStarted, testSuiteFinished, testSuiteStarted, testSuiteStarted, useExamplesFromMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.thucydides.model.steps.StepListener
exampleStarted, exampleStarted, exampleStarted, stepFinished, stepStarted, testAborted, testFinished, testStarted, testStarted, testSuiteStarted
-
Constructor Details
-
TestCountListener
protected TestCountListener(net.thucydides.model.util.EnvironmentVariables environmentVariables, org.slf4j.Logger logger, net.thucydides.model.statistics.TestCount testCount) -
TestCountListener
public TestCountListener(net.thucydides.model.util.EnvironmentVariables environmentVariables, net.thucydides.model.statistics.TestCount testCount)
-
-
Method Details
-
getLogger
protected org.slf4j.Logger getLogger() -
testStarted
- Specified by:
testStartedin interfacenet.thucydides.model.steps.StepListener- Overrides:
testStartedin classnet.thucydides.model.steps.StepListenerAdapter
-
testStarted
- Specified by:
testStartedin interfacenet.thucydides.model.steps.StepListener- Overrides:
testStartedin classnet.thucydides.model.steps.StepListenerAdapter
-