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

net.thucydides.core.reports.json.AScenarioHasNoNameException Maven / Gradle / Ivy

There is a newer version: 4.1.20
Show newest version
package net.thucydides.core.reports.json;

public class AScenarioHasNoNameException extends RuntimeException {
    public AScenarioHasNoNameException(String id) {
        super("A scenario with no name was found for: " + id);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy