Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeanDragon/protools
/ test3
Method
test3
security/src/test/java/TestBarCode.java:26–33 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
24
}
25
26
@Test
27
public
void
test3() {
28
int
num = 50;
29
for
(
int
i = 0; i < num; i++) {
30
String one = UUID.randomUUID().toString().toUpperCase().replace(
"-"
,
""
);
31
System.out.println(one);
32
}
33
}
34
}
Callers
nothing calls this directly
Calls
1
toString
Method · 0.45
Tested by
no test coverage detected