blob: 81297b52010fd023d3543f907ccb60b7a9325ac5 [file] [log] [blame]
package org.junit.tests.experimental.theories.extendingwithstubs;
public interface Correspondent {
String getAnswer(String question, String... bucket);
}