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