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

net.serenitybdd.screenplay.events.ActorEndsPerformanceEvent Maven / Gradle / Ivy

The newest version!
package net.serenitybdd.screenplay.events;

/**
 * Created by john on 31/08/2015.
 */
public class ActorEndsPerformanceEvent extends ActorPerformanceEvent {
    public ActorEndsPerformanceEvent(String name) {
        super(name);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy