public abstract class TestNameTransformer extends Object implements ExtensionPoint
ExtensionPoint.LegacyInstancesAreScopedToHudson
Constructor and Description |
---|
TestNameTransformer() |
Modifier and Type | Method and Description |
---|---|
static ExtensionList<TestNameTransformer> |
all() |
static String |
getTransformedName(String name) |
abstract String |
transformName(String name)
Transform the class/package/method name.
|
public abstract String transformName(String name)
name
- Class name (may be simple or fully qualified), package name, or
method name from a JUnit test.public static ExtensionList<TestNameTransformer> all()
Copyright © 2016–2019. All rights reserved.