package sqlancer; import java.util.List; public interface DBMSSpecificOptions>> { List getTestOracleFactory(); }