Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BruceEckel/OnJava8-Examples
/ tMethodOne
Method
tMethodOne
annotations/AUExternalTest.java:14–17 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
12
public
class
13
AUExternalTest extends AtUnitExample1 {
14
@Test
15
boolean tMethodOne() {
16
return
methodOne().equals(
"This is methodOne"
);
17
}
18
@Test
19
boolean tMethodTwo() {
20
return
methodTwo() == 2;
Callers
nothing calls this directly
Calls
2
equals
Method · 0.45
methodOne
Method · 0.45
Tested by
no test coverage detected