Package net.serenitybdd.core
package net.serenitybdd.core
Core domain model for the Serenity application.
The core module contains the bulk of the Serenity 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.
-
ClassDescriptionA utility class that provides services to initialize web testing and reporting-related fields in arbitrary objects.Provide supporting methods for creating report listeners and generating reports.SessionMap<K,
V>