类 AbstractTestDataClient
- java.lang.Object
-
- tech.testnx.cah.data.AbstractTestDataClient
-
- 所有已实现的接口:
TestDataClient
- 直接已知子类:
ExcelClient,JsonClient
public abstract class AbstractTestDataClient extends Object implements TestDataClient
- 作者:
- Yun
-
-
字段概要
字段 修饰符和类型 字段 说明 protected Loggerlogger-
从接口继承的字段 tech.testnx.cah.data.TestDataClient
SEPARATOR
-
-
构造器概要
构造器 构造器 说明 AbstractTestDataClient()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 Optional<Path>findFile(String fileName)Firstly try to find a file in module and environment data folder
Secondly try to find a file in module data folderOptional<Path>findTemplate(String templateFileName)Firstly try to find a template file in module and environment data folder
Secondly try to find a template file in module data folder-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
从接口继承的方法 tech.testnx.cah.data.TestDataClient
close, getCommonData, getModuleDataPath, getModuleEnvDataPath, getSecuredCommonData, getTestData
-
-
-
-
字段详细资料
-
logger
protected Logger logger
-
-
方法详细资料
-
findTemplate
public Optional<Path> findTemplate(String templateFileName)
从接口复制的说明:TestDataClientFirstly try to find a template file in module and environment data folder
Secondly try to find a template file in module data folder- 指定者:
findTemplate在接口中TestDataClient- 返回:
-
findFile
public Optional<Path> findFile(String fileName)
从接口复制的说明:TestDataClientFirstly try to find a file in module and environment data folder
Secondly try to find a file in module data folder- 指定者:
findFile在接口中TestDataClient- 返回:
-
-