core 0.7-SNAPSHOT API

Packages 
Package Description
org.shakespeareframework
The root package of Shakespeare contains all classes needed to implement the basic Screenplay concepts: Actor, Ability, Task, and Question.
org.shakespeareframework.reporting
The reporting package contains classes and interfaces for reporting what an Actor does: Reporter is the main interface, LoggingReporter is the interface for reporters that generate logs, Slf4jReporter is its default implementation, FileReporter can be extended to generate report files.