package com.yahoo.dtf.actions.info; import com.yahoo.dtf.actions.util.CDATA; /** * @dtf.tag description * @dtf.skip.index * * @dtf.since 1.0 * @dtf.author Rodney Gomes * * @dtf.tag.desc Describes the testcase in as much detail as possible in an * easily read format. * * @dtf.tag.example * <info> * <author> * <name>Some Authore</name> * <email>author@server.com</email> * </author> * <description>DTF testcase description is here to marry a simple * description to an XML testcase</description> * </info> */ public class Description extends CDATA { }