package base; import base.CaseConfig; /** * @author v.chibrikov */ public interface TestCase { boolean test(CaseConfig cfg); }