请帮助编写Junit接口默认方法.
public interface ABC { default List getSrc(DEF def, XYZ xyz) throws Exception { } }
ABC:接口名称.DEF和XYZ:类名