package com.yahoo.dtf.actions.http.cookies; import com.yahoo.dtf.actions.reference.Referencable; import com.yahoo.dtf.exception.DTFException; /** * @dtf.tag cookiegroup * * @dtf.since 1.0 * @dtf.author Rodney Gomes * * @dtf.tag.desc The cookiegroup tag is used to easy contain groups of useful * cookies that you can then easily reference from multiple tags * without having to copy & paste the same cookies all over your * test cases. * * @dtf.tag.example * */ public class Cookiegroup extends Referencable { public void execute() throws DTFException { } }