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