blob: 27921def61f9dff05443c2fa409c79aeb77d960d [file] [log] [blame]
package net.onrc.onos.api.newintent;
import java.util.List;
/**
* Abstraction of an extensible intent service enabled for unit tests.
*/
public interface TestableIntentService extends IntentService, IntentExtensionService {
List<IntentException> getExceptions();
}