package org.syftkog.web.test.framework; /** * * @author BenjaminLimb */ public interface HasTestCaseContext { /** * * @return */ public TestCaseContext getTestCaseContext(); }