Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/e2wugui/zeze
/ inJUnitTest
Method
inJUnitTest
ZezeJava/ZezeJava/src/main/java/Zeze/Util/Task.java:68–70 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
66
}
67
68
public
static
boolean inJUnitTest() {
69
return
System.getProperty(
"sun.java.command"
).split(
" "
)[0].endsWith(
".JUnitStarter"
);
70
}
71
72
public
static
@NotNull TaskOneByOneByKey getOneByOne() {
73
return
oneByOne;
Callers
1
Task
Class · 0.95
Calls
1
getProperty
Method · 0.80
Tested by
no test coverage detected