/* * To change this template, choose Tools | Templates * and open the template in the editor. */ package jhydra.core.testcase; /** * * @author jantic */ public interface ITestMode { String getName(); }