org.apache.jmeter.util
public final class NameUpdater extends Object
Modifier and Type | Method and Description |
---|---|
static String |
getCurrentName(String className) |
static String |
getCurrentName(String propertyName,
String className) |
static String |
getCurrentName(String value,
String propertyName,
String className) |
static String |
getCurrentTestName(String testClassName,
String guiClassName)
Looks up test element / gui class combination; if that
does not exist in the map, then defaults to getCurrentName.
|
public static String getCurrentTestName(String testClassName, String guiClassName)
testClassName
- - test element class nameguiClassName
- - associated gui class nameCopyright © 1998-2014 Apache Software Foundation. All Rights Reserved.