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

net.serenitybdd.reports.machinereadable.Formatting.kt Maven / Gradle / Ivy

The newest version!
package net.serenitybdd.reports.machinereadable

import org.apache.commons.lang3.StringUtils

class Formatted {
    fun asATitle(text:String) = StringUtils.capitalize(text)
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy