Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/assertj/assertj
/ Doctor
Interface
Doctor
src/test/java/org/assertj/core/util/Doctor.java:3–7 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
package
org.assertj.core.util;
2
3
public
interface
Doctor {
4
default String getDegree() {
5
return
"PhD"
;
6
}
7
}
Callers
nothing calls this directly
Implementers
1
Employee
src/test/java/org/assertj/core/util/Em
Calls
no outgoing calls
Tested by
no test coverage detected