package org.syftkog.web.test.framework; /** * This interface designates a class as being able to provide a Driver. * @author BenjaminLimb */ public interface HasDriver { /** * * @return */ public Driver getDriver(); }