blob: 0a2984db1233ea5fa6b14a91959a83d5e6bab2ea [file] [log] [blame]
package org.eclipse.osee.ote.rest.internal;
import org.eclipse.osee.ote.core.framework.command.RunTests;
public interface OteRunTestCommands {
RunTests getCommand(String id);
void putCommand(String string, RunTests envTestRun);
}