Package net.thucydides.junit.runners

Package class diagram package net.thucydides.junit.runners
Thucydides JUnit test runner and associated classes.

See:
          Description

Class Summary
TestCaseAnnotations Utility class used to inject fields into a test case.
ThucydidesRunner A test runner for WebDriver-based web tests.
 

Package net.thucydides.junit.runners Description

Thucydides JUnit test runner and associated classes. This is the heart of the Thucydides JUnit integration. The ThucydidesRunner runner reads the annotations in the test class, and manages the WebDriver lifecycle, creating a WebDriver instance at the start of the tests, and closing it at the end. It also coordinates the creation of the test run model and the reporting.



Copyright © 2011 Wakaleo Consulting. All Rights Reserved.