MCPcopy 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

1package org.assertj.core.util;
2
3public interface Doctor {
4 default String getDegree() {
5 return "PhD";
6 }
7}

Callers

nothing calls this directly

Implementers 1

Employeesrc/test/java/org/assertj/core/util/Em

Calls

no outgoing calls

Tested by

no test coverage detected