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

io.cucumber.core.plugin.MonochromeFormats Maven / Gradle / Ivy

There is a newer version: 7.18.0
Show newest version
package io.cucumber.core.plugin;

final class MonochromeFormats implements Formats {

    public Format get(String key) {
        return text -> text;
    }

    public String up(int n) {
        return "";
    }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy