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

Packages that use TestResult
net.thucydides.core.matchers   
net.thucydides.core.model The Thucydides domain model, which represents acceptance test runs. 
net.thucydides.core.model.formatters   
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.adaptors.specflow   
net.thucydides.core.reports.matchers   
net.thucydides.core.requirements.reports   
net.thucydides.core.statistics.model   
 

Uses of TestResult in net.thucydides.core.matchers
 

Methods in net.thucydides.core.matchers with parameters of type TestResult
static org.hamcrest.Matcher<TestOutcome> PublicThucydidesMatchers.containsResults(TestResult... testResults)
           
 

Constructors in net.thucydides.core.matchers with parameters of type TestResult
TestOutcomeResultsMatcher(TestResult... expectedTestResults)
           
 

Uses of TestResult in net.thucydides.core.model
 

Methods in net.thucydides.core.model that return TestResult
 TestResult TestResultList.getOverallResult()
           
 TestResult TestStep.getResult()
           
 TestResult TestOutcome.getResult()
          The outcome of the acceptance test, based on the outcome of the test steps.
 TestResult DataTableRow.getResult()
           
 TestResult FailureAnalysis.resultFor(StepFailure stepFailure)
           
 TestResult FailureAnalysis.resultFor(Throwable testFailureCause)
           
static TestResult TestResult.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TestResult[] TestResult.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in net.thucydides.core.model with parameters of type TestResult
 int TestOutcome.countNestedStepsWithResult(TestResult expectedResult, TestType testType)
           
 int TestOutcome.countResults(TestResult expectedResult)
           
 int TestOutcome.countResults(TestResult expectedResult, TestType expectedType)
           
 void DataTable.RowValueAccessor.hasResult(TestResult result)
           
static TestResultList TestResultList.of(TestResult... testResults)
           
 void TestOutcome.setAnnotatedResult(TestResult annotatedResult)
           
 void TestStep.setResult(TestResult result)
          Each test step has a result, indicating the outcome of this step.
 void DataTableRow.setResult(TestResult result)
           
 void TestOutcome.updateCurrentRowResult(TestResult result)
           
 void DataTableRow.updateResult(TestResult newResult)
           
 TestStep TestStep.TestStepBuilder.withResult(TestResult result)
           
 int OutcomeCounter.withResult(TestResult expectedResult)
           
 

Method parameters in net.thucydides.core.model with type arguments of type TestResult
static TestResultList TestResultList.of(List<TestResult> testResults)
           
 

Constructors in net.thucydides.core.model with parameters of type TestResult
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)
           
 

Constructor parameters in net.thucydides.core.model with type arguments of type TestResult
TestResultList(List<TestResult> testResults)
           
 

Uses of TestResult in net.thucydides.core.model.formatters
 

Methods in net.thucydides.core.model.formatters with parameters of type TestResult
protected abstract  double TestCoverageFormatter.FormattedCoverage.percentageWithResult(TestResult expectedResult)
           
protected  double TestCoverageFormatter.FormattedPercentageCoverage.percentageWithResult(TestResult expectedResult)
           
protected  double TestCoverageFormatter.FormattedPercentageStepCoverage.percentageWithResult(TestResult expectedResult)
           
 String TestCoverageFormatter.FormattedCoverage.withResult(TestResult expectedResult)
           
 

Uses of TestResult in net.thucydides.core.reports
 

Methods in net.thucydides.core.reports that return TestResult
 TestResult TestOutcomes.getResult()
           
 

Methods in net.thucydides.core.reports with parameters of type TestResult
protected  int TestOutcomes.countStepsWithResult(TestResult expectedResult)
           
protected  int TestOutcomes.countTestsWithResult(TestResult expectedResult)
           
protected  int TestOutcomes.countTestsWithResult(TestResult expectedResult, TestType testType)
           
 Double TestOutcomes.getPercentageTestCount(TestResult expectedResult)
           
 Double TestOutcomes.OutcomeProportionCounter.withResult(TestResult testResult)
           
 Double TestOutcomes.OutcomeProportionStepCounter.withResult(TestResult expectedResult)
           
 

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

Methods in net.thucydides.core.reports.adaptors.specflow that return TestResult
 TestResult ScenarioStep.getResult()
           
 

Uses of TestResult in net.thucydides.core.reports.matchers
 

Methods in net.thucydides.core.reports.matchers with parameters of type TestResult
static org.hamcrest.Matcher<TestOutcome> TestOutcomeMatchers.withResult(TestResult expectedResult)
           
 

Uses of TestResult in net.thucydides.core.requirements.reports
 

Methods in net.thucydides.core.requirements.reports with parameters of type TestResult
 Double RequirementsProportionCounter.withResult(TestResult expectedTestResult)
           
 String RequirementsPercentageFormatter.withResult(TestResult expectedResult)
           
 int RequirementOutcome.OutcomeCounter.withResult(TestResult expectedResult)
           
 

Uses of TestResult in net.thucydides.core.statistics.model
 

Methods in net.thucydides.core.statistics.model that return TestResult
 TestResult TestRun.getResult()
           
 

Methods in net.thucydides.core.statistics.model with parameters of type TestResult
 int TestStatistics.ResultCountBuilder.whereTheOutcomeWas(TestResult testResult)
           
 

Constructors in net.thucydides.core.statistics.model with parameters of type TestResult
TestRun(String title, String projectKey, TestResult result, long duration, Date executionDate)
           
 

Constructor parameters in net.thucydides.core.statistics.model with type arguments of type TestResult
TestStatistics(Long totalTestRuns, Long passingTestRuns, Long failingTestRuns, List<TestResult> testResults, List<TestRunTag> tags)
           
 



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