All Downloads are FREE. Search and download functionalities are using the official Maven repository.

net.thucydides.junit.runners.package-info Maven / Gradle / Ivy

There is a newer version: 4.2.9
Show newest version
/**
 * Thucydides JUnit test runner and associated classes.
 * This is the heart of the Thucydides JUnit integration. 
 * The {@link net.thucydides.junit.runners.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.
 */
package net.thucydides.junit.runners;




© 2015 - 2025 Weber Informatics LLC | Privacy Policy