package automaticmocking;

public interface DirectoryInterface {
    String getMatch(String identifier);
}