Package net.thucydides.core.util
Class Inflection
java.lang.Object
net.thucydides.core.util.Inflection
public class Inflection
extends java.lang.Object
-
Method Summary
Modifier and Type Method Description InflectionasATitle()InflectioninHumanReadableForm()InflectioninPluralForm()InflectioninSingularForm()InflectionstartingWithACapital()java.lang.StringtoString()InflectionwithKebabCase()InflectionwithUnderscores()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Method Details
-
toString
public java.lang.String toString()- Overrides:
toStringin classjava.lang.Object
-
inPluralForm
-
inSingularForm
-
startingWithACapital
-
inHumanReadableForm
-
withUnderscores
-
withKebabCase
-
asATitle
-