Lines Matching refs:description
54 * Output: Generate file description.xml, which defines the TestPackage
75 static final String TAG_DESCRIPTION = "Description";
85 static final String XML_OUTPUT_PATH = "./description.xml";
239 * This document is used to represent the description XML file.
553 * Get annotation description.
561 String description = av.toString();
563 description = description.substring(1, description.length() -1);
564 return description;
609 * @param description The description of the test case.
612 TestMethod(String name, String description, String controller, String knownFailure,
615 mDescription = description;