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.json   
 

Uses of TestStep in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TestStep
 TestStep TestOutcome.getCurrentGroup()
           
 TestStep TestOutcome.getCurrentStep()
           
 TestStep TestOutcome.getLastStep()
           
 

Methods in net.thucydides.core.model that return types with arguments of type TestStep
 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
 void TestStep.addChildStep(TestStep step)
           
 TestOutcome TestOutcome.andStep(TestStep step)
           
 TestOutcome TestOutcome.recordStep(TestStep step)
          Add a test step to this acceptance test.
 TestOutcome TestOutcome.withStep(TestStep step)
           
 

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

Uses of TestStep in net.thucydides.core.reports.json
 

Methods in net.thucydides.core.reports.json with parameters of type TestStep
 Color RelativeSizeColorScheme.colorFor(TestStep step)
           
 Color ProgressColorScheme.colorFor(TestStep step)
           
 Color ColorScheme.colorFor(TestStep step)
           
 



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