Package | Description |
---|---|
com.auxiliary.testcase.templet |
Modifier and Type | Method and Description |
---|---|
static LabelType |
LabelType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LabelType[] |
LabelType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.addCommonData(String operationName,
String name)
该方法用于添加用例公共内容
|
protected Map<LabelType,List<Entry<String,String[]>>> |
AbstractPresetCaseTemplet.addContent(Map<LabelType,List<Entry<String,String[]>>> allContentMap,
LabelType labelType,
List<Entry<String,String[]>> contentList)
该方法用于将需要添加的测试用例内容,附加到内容map集合中,并返回该集合进行返回
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.cencelSaveDataCase(String operationName,
String cencelButtonName)
该方法用于生成新增信息界面取消保存信息的用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.checkboxCase(String operationName,
String name,
boolean isMust)
该方法用于生成多选控件相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.commonDateCase(String operationName,
String name,
boolean isMust,
boolean isInput,
boolean isClear)
该方法用于生成日期控件基本的方法
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.commonUpdataFileCase(String operationName,
String name,
boolean isMust,
boolean isDelete,
boolean isPreview,
String sizeLimitText,
Integer fileMinNum,
Integer fileMaxNum,
InformationCaseTemplet.UploadFileType uploadFileType,
String... fileFormatNames)
该方法用于生成上传文件相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.endDateCase(String operationName,
String name,
String startDateName,
boolean isMust,
boolean isInput,
boolean isClear)
该方法用于生成结束时间相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
AccountOperateCaseTemplet.errorForgetOrAlterPasswordCase(String controlName,
AccountOperateCaseTemplet.OperateType operateType)
该方法用于添加忘记密码或修改密码相关的用例基本内容
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.examineUICase(String operationName)
该方法用于生成检查页面相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.idCardCase(String operationName,
String name,
boolean isMust,
boolean isRepeat,
boolean isClear)
该方法用于生成身份证相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.lengthRuleTextboxCase(String operationName,
String name,
boolean isMust,
boolean isRepeat,
boolean isClear,
Integer minLen,
Integer maxLen,
InformationCaseTemplet.InputRuleType... inputRuleTypes)
该方法用于生成带长度限制的文本框测试用例的基本内容
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.numberRuleTextboxCase(String operationName,
String name,
boolean isMust,
boolean isRepeat,
boolean isClear,
Integer minNum,
Integer maxNum,
Integer decimals)
该方法用于生成带数字限制的文本框测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.phoneCase(String operationName,
String name,
boolean isMust,
boolean isRepeat,
boolean isClear,
InformationCaseTemplet.PhoneType... phoneTypes)
该方法用于生成电话号码相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.radioButtonCase(String operationName,
String name)
该方法用于生成单选控件相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
DataListCaseTemplet.searchDataListCase(String conditionName)
该方法用于添加搜索条件相关的基本内容
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.selectboxCase(String operationName,
String name,
boolean isMust,
boolean isEmptyOption,
boolean isClear)
该方法用于生成下拉选项控件相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.startDateCase(String operationName,
String name,
String endDateName,
boolean isMust,
boolean isInput,
boolean isClear)
该方法用于生成开始时间相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.textboxCommonCase(String operationName,
String name,
boolean isMust,
boolean isRepeat,
boolean isClear,
InformationCaseTemplet.InputRuleType... inputRuleTypes)
该方法用于添加文本框相关的基本测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.unWholeInformationCase(String operationName)
该方法用于生成不完全填写所有信息的用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.uploadImageCase(String operationName,
String name,
boolean isMust,
boolean isDelete,
boolean isPreview,
boolean isPhoto,
String sizeLimitText,
Integer fileMinNum,
Integer fileMaxNum,
String... fileFormatNames)
该方法用于生成上传图片相关的测试用例
|
protected Map<LabelType,List<Entry<String,String[]>>> |
InformationCaseTemplet.wholeInformationCase(String operationName)
该方法用于生成正确填写所有信息的用例
|
Modifier and Type | Method and Description |
---|---|
protected Map<LabelType,List<Entry<String,String[]>>> |
AbstractPresetCaseTemplet.addContent(Map<LabelType,List<Entry<String,String[]>>> allContentMap,
LabelType labelType,
List<Entry<String,String[]>> contentList)
该方法用于将需要添加的测试用例内容,附加到内容map集合中,并返回该集合进行返回
|
List<String> |
AbstractPresetCaseTemplet.getTempletContent(LabelType labelType,
String groupName,
String... ids)
该方法用于返回用指定例组中的指定id对应的内容
|
Modifier and Type | Method and Description |
---|---|
protected Map<LabelType,List<Entry<String,String[]>>> |
AbstractPresetCaseTemplet.addContent(Map<LabelType,List<Entry<String,String[]>>> allContentMap,
LabelType labelType,
List<Entry<String,String[]>> contentList)
该方法用于将需要添加的测试用例内容,附加到内容map集合中,并返回该集合进行返回
|
protected List<CaseData> |
AbstractPresetCaseTemplet.createCaseDataList(AbstractPresetCaseTemplet templetClass,
Map<LabelType,List<Entry<String,String[]>>> allContentMap)
该方法用于生成测试用例集合
|
Copyright © 2024. All rights reserved.