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

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

There is a newer version: 4.2.9
Show newest version
package net.serenitybdd.reports.json

import org.apache.commons.lang3.StringUtils

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




© 2015 - 2024 Weber Informatics LLC | Privacy Policy