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

Method isEmpty

src/main/java/com/sen/api/utils/StringUtil.java:8–10  ·  view source on GitHub ↗
(String str)

Source from the content-addressed store, hash-verified

6 }
7
8 public static boolean isEmpty(String str) {
9 return null == str || "".equals(str);
10 }
11
12 /**
13 *

Callers 4

savePreParamMethod · 0.95
getCommonParamMethod · 0.95
verifyResultMethod · 0.95
executeMethod · 0.95

Calls

no outgoing calls

Tested by 3

savePreParamMethod · 0.76
getCommonParamMethod · 0.76
verifyResultMethod · 0.76