Package net.thucydides.core

Package class diagram package net.thucydides.core
Core domain model for the Thucydides application.

See:
          Description

Class Summary
Thucydides A utility class that provides services to initialize web testing and reporting-related fields in arbitrary objects.
ThucydidesSystemProperties Convenience class used to get and set Thucydides system properties.
 

Enum Summary
ThucydidesSystemProperty Properties that can be passed to a web driver test to customize its behaviour.
 

Exception Summary
IgnoredStepException Exception thrown to indicate that a test cannot proceed and should be considered 'skipped'.
PendingStepException Exception thrown to indicate that a test cannot proceed and should be considered 'skipped'.
 

Package net.thucydides.core Description

Core domain model for the Thucydides application. The core module contains the bulk of the Thucydides code. All the core domain modelling, reporting and WebDriver support goes here. It is written in a test-framework-agnostic way, to make it easier to hock into other testing or BDD frameworks. These classes are usually used in conjunction with one of the other modules such as the JUnit or Easyb module, to write the actual acceptance tests.



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