public class TestUniformPathUtils extends java.lang.Object
Constructor and Description |
---|
TestUniformPathUtils() |
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
convertToTestId(java.lang.String uniformPath)
Strips await the -test-/ prefix of a test uniform path so that the result
matches the test id the test runner gave us.
|
static UniformPath |
convertToUniformPath(java.lang.String testUniformPath)
Converts the given test id string to a uniform path considering that the test
name may contain parameters.
|
public TestUniformPathUtils()
public static UniformPath convertToUniformPath(java.lang.String testUniformPath)
public static java.lang.String convertToTestId(java.lang.String uniformPath)