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