Uses of Class
net.thucydides.core.model.TestStep

Packages that use TestStep
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.reports.adaptors.specflow   
 

Uses of TestStep in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TestStep
 TestStep TestStep.addChildStep(TestStep step)
           
 TestStep TestStep.addScreenshot(ScreenshotAndHtmlSource screenshotAndHtmlSource)
           
protected  TestStep TestStep.copyOfThisTestStep()
           
 TestStep TestOutcome.getCurrentGroup()
           
 TestStep TestOutcome.getCurrentStep()
           
 TestStep TestOutcome.getLastStep()
           
 TestStep TestStep.startingAt(org.joda.time.DateTime time)
           
 TestStep TestStep.TestStepBuilder.withResult(TestResult result)
           
 

Methods in net.thucydides.core.model that return types with arguments of type TestStep
protected  List<TestStep> TestStep.children()
           
 List<TestStep> TestStep.getChildren()
           
 List<? extends TestStep> TestStep.getFlattenedSteps()
           
 List<TestStep> TestOutcome.getFlattenedTestSteps()
           
 Collection<? extends TestStep> TestStep.getLeafTestSteps()
           
 List<TestStep> TestOutcome.getLeafTestSteps()
           
 List<TestStep> TestOutcome.getTestSteps()
          An acceptance test is made up of a series of steps.
 

Methods in net.thucydides.core.model with parameters of type TestStep
 TestStep TestStep.addChildStep(TestStep step)
           
 TestOutcome TestOutcome.recordStep(TestStep step)
          Add a test step to this acceptance test.
 

Method parameters in net.thucydides.core.model with type arguments of type TestStep
 void TestOutcome.addFailingStepAsSibling(List<TestStep> testStepList, Throwable testFailureCause)
           
 TestOutcome TestOutcome.recordSteps(List<TestStep> steps)
           
 

Constructor parameters in net.thucydides.core.model with type arguments of type TestStep
TestOutcome(long startTime, long duration, String title, String description, String methodName, Class<?> testCase, List<TestStep> testSteps, List<String> issues, List<String> additionalIssues, Set<TestTag> tags, Story userStory, Throwable testFailureCause, TestResult annotatedResult, DataTable dataTable, com.google.common.base.Optional<String> qualifier, boolean manualTest)
           
 

Uses of TestStep in net.thucydides.core.reports.adaptors.specflow
 

Methods in net.thucydides.core.reports.adaptors.specflow that return TestStep
 TestStep ScenarioStepReader.consumeNextStepFrom(List<String> lines)
           
 



Copyright © 2011-2013 Wakaleo Consulting. All Rights Reserved.