All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.unidal.eunit.testfwk.spi.ITestCase Maven / Gradle / Ivy

package org.unidal.eunit.testfwk.spi;

import org.unidal.eunit.model.entity.EunitMethod;
import org.unidal.eunit.testfwk.spi.task.ValveMap;

public interface ITestCase {
   public EunitMethod getEunitMethod();

   public ValveMap getValveMap();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy