Class Agency

java.lang.Object
net.serenitybdd.core.parallel.Agency

public class Agency extends Object
The Agency keeps track of multiple listeners assigned to different agents (which represent actors or activities), to facilitate parallel execution of test tasks. Agents can run in parallel and are used to group steps reported by the Serenity Event Bus.
  • Constructor Details

    • Agency

      protected Agency()
  • Method Details