MCPcopy Create free account
hub / github.com/ChenSen5/api_autotest / getSaveData

Method getSaveData

src/test/java/test/com/sen/api/TestBase.java:126–132  ·  view source on GitHub ↗

获取公共数据池中的数据 @param key 公共数据的key @return 对应的value

(String key)

Source from the content-addressed store, hash-verified

124 * @return 对应的value
125 */
126 protected String getSaveData(String key) {
127 if ("".equals(key) || !saveDatas.containsKey(key)) {
128 return null;
129 } else {
130 return saveDatas.get(key);
131 }
132 }
133
134 protected void verifyResult(String sourchData, String verifyStr,
135 boolean contains) {

Callers 1

getCommonParamMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected