Modifier and Type | Method and Description |
---|---|
DataFunction |
DataDriverFunction.getFunction()
返回数据处理的方法
|
Constructor and Description |
---|
DataDriverFunction(String regex,
DataFunction function)
初始化数据
|
Modifier and Type | Method and Description |
---|---|
void |
EasyHttp.addReplaceFunction(String regex,
DataFunction function) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractLocation.addReplaceFunction(String regex,
DataFunction function) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractSikuliLocation.addReplaceFunction(String regex,
DataFunction function) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataFunction> |
CaseData.getReplaceWordMap()
Deprecated.
该方法已失效,已有
CaseData.getPlaceholder() 方法代替,将在5.1.0版本后删除 |
Modifier and Type | Method and Description |
---|---|
void |
AbstractCaseTemplet.addReplaceFunction(String regex,
DataFunction function) |
Modifier and Type | Method and Description |
---|---|
Map<String,DataFunction> |
Placeholder.clearReplaceFunction()
该方法用于清空添加待替换的词语及相应的替换方法集合
|
Map<String,DataFunction> |
Placeholder.getReplaceFunctionMap()
该方法用于返回添加待替换的词语及相应的替换方法集合
|
Modifier and Type | Method and Description |
---|---|
Placeholder |
Placeholder.addReplaceFunction(String regex,
DataFunction function)
用于添加待替换的词语及相应的替换方法
|
void |
AddPlaceholder.addReplaceFunction(String regex,
DataFunction function)
用于添加待替换的词语及相应的替换方法
|
Modifier and Type | Method and Description |
---|---|
Placeholder |
Placeholder.addReplaceFunction(Map<String,DataFunction> functionMap,
boolean isRepeatSkip)
该方法用于添加待替换的词语及相应的替换方法集合
|
Modifier and Type | Method and Description |
---|---|
void |
WriteTempletFile.addReplaceFunction(String regex,
DataFunction function) |
Copyright © 2024. All rights reserved.