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

net.serenitybdd.screenplay.formatting.FormattedTitle Maven / Gradle / Ivy

There is a newer version: 4.2.12
Show newest version
package net.serenitybdd.screenplay.formatting;

import net.serenitybdd.screenplay.Consequence;
import net.thucydides.core.reports.html.Formatter;

public class FormattedTitle {
    public static  String ofConsequence(Consequence consequence) {
        return Formatter.htmlAttributeCompatible(consequence.toString());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy