package org.syftkog.web.test.framework; /** * * @author BenjaminLimb */ public interface HasStepLogger { /** * * @return */ public StepLogger getStepLogger(); }