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

net.thucydides.core.steps.UnavailableTestOutcome Maven / Gradle / Ivy

There is a newer version: 4.2.8
Show newest version
package net.thucydides.core.steps;

import net.thucydides.model.domain.TestOutcome;

public class UnavailableTestOutcome extends TestOutcome {
    public UnavailableTestOutcome(String name) {
        super(name);
    }
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy