class CoverageUtil
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
private |
CoverageUtil()
Utility Class: do not instantiate.
|
Modifier and Type | Method and Description |
---|---|
(package private) static java.lang.String |
createIdentifierFromText(java.lang.String inputText)
Returns a string with all non-alphanumeric characters in the given string
replaced with underscrores.
|
static java.lang.String createIdentifierFromText(java.lang.String inputText)
inputText
- the text to create an identifier from