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

cucumber.api.event.TestRunFinished Maven / Gradle / Ivy

There is a newer version: 7.18.0
Show newest version
package cucumber.api.event;

public final class TestRunFinished extends TimeStampedEvent {

    public TestRunFinished(Long timeStamp) {
        super(timeStamp);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy