Uses of Package
net.thucydides.core.model

Packages that use net.thucydides.core.model
net.thucydides.core Core domain model for the Thucydides application. 
net.thucydides.core.annotations Thucydides annotations. 
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.releases   
net.thucydides.core.reports Thucydides generates reports in HTML and XML by default. 
net.thucydides.core.reports.adaptors   
net.thucydides.core.reports.adaptors.common   
net.thucydides.core.reports.adaptors.lettuce   
net.thucydides.core.reports.adaptors.specflow   
net.thucydides.core.reports.adaptors.xunit   
net.thucydides.core.reports.html XML Report generation. 
net.thucydides.core.reports.html.screenshots   
net.thucydides.core.reports.json   
net.thucydides.core.reports.matchers   
net.thucydides.core.reports.saucelabs   
net.thucydides.core.reports.xml XML Report generation. 
net.thucydides.core.requirements An application is designed to deliver a number of high-level capabilities. 
net.thucydides.core.requirements.model   
net.thucydides.core.requirements.reports   
net.thucydides.core.statistics.model   
net.thucydides.core.statistics.service   
net.thucydides.core.steps Base class to be used when writing a library of resuable test steps. 
net.thucydides.core.tags   
net.thucydides.core.webdriver Manage WebDriver instances, and knowing what WebDriver types are supported. 
 

Classes in net.thucydides.core.model used by net.thucydides.core
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.annotations
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.matchers
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestResult
          Acceptance test results.
 

Classes in net.thucydides.core.model used by net.thucydides.core.model
DataTable
          A table of test data
DataTable.DataTableBuilder
           
DataTable.RowValueAccessor
           
DataTableRow
           
Release
          A release or version of a software project.
ReportNamer
          Determies the correct default name for test reports.
ReportType
          The report namer knows how to find names for these types of reports
Screenshot
          Represents a screenshot stored during a test execution.
Screenshot.HtmlFormattedInfo
           
Story
          Represents a given user story.
TakeScreenshots
           
TestDuration
           
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestResult
          Acceptance test results.
TestResultList
          A list of test results, used to determine the overall test result.
TestStep
          An acceptance test run is made up of test steps.
TestStep.TestStepBuilder
           
TestTag
           
TestTag.TestTagBuilder
           
TestType
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.model.formatters
TestResult
          Acceptance test results.
TestType
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.releases
Release
          A release or version of a software project.
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports
OutcomeCounter
           
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestResult
          Acceptance test results.
TestTag
           
TestType
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.adaptors
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.adaptors.common
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.adaptors.lettuce
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.adaptors.specflow
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestResult
          Acceptance test results.
TestStep
          An acceptance test run is made up of test steps.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.adaptors.xunit
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.html
Release
          A release or version of a software project.
ReportType
          The report namer knows how to find names for these types of reports
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.html.screenshots
Screenshot
          Represents a screenshot stored during a test execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.json
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.matchers
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestResult
          Acceptance test results.
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.saucelabs
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.reports.xml
TestOutcome
          Represents the results of a test (or "scenario") execution.
 

Classes in net.thucydides.core.model used by net.thucydides.core.requirements
Release
          A release or version of a software project.
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.requirements.model
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.requirements.reports
OutcomeCounter
           
Release
          A release or version of a software project.
TestResult
          Acceptance test results.
TestType
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.statistics.model
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestResult
          Acceptance test results.
 

Classes in net.thucydides.core.model used by net.thucydides.core.statistics.service
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.steps
DataTable
          A table of test data
ScreenshotPermission
           
Story
          Represents a given user story.
TestOutcome
          Represents the results of a test (or "scenario") execution.
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.tags
TestTag
           
 

Classes in net.thucydides.core.model used by net.thucydides.core.webdriver
TakeScreenshots
           
 



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