blob: 15e72ee5dc851f4b8eb053efe52fafc080dae5e7 [file] [log] [blame]
package org.robolectric.pluginapi;
import java.lang.reflect.Method;
import org.robolectric.annotation.Config;
public interface ConfigMerger {
Config getConfig(Class<?> testClass, Method method, Config globalConfig);
}