Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
savePreParam
Method · 0.95
getCommonParam
Method · 0.95
verifyResult
Method · 0.95
execute
Method · 0.95
Calls
no outgoing calls
Tested by
3
savePreParam
Method · 0.76
getCommonParam
Method · 0.76
verifyResult
Method · 0.76