Home | History | Annotate | Download | only in utils

Lines Matching refs:description

56  * Output: Generate file description.xml, which defines the TestPackage
79 static final String TAG_DESCRIPTION = "Description";
89 static final String XML_OUTPUT_PATH = "./description.xml";
251 * This document is used to represent the description XML file.
569 * Get annotation description.
577 String description = av.toString();
579 description = description.substring(1, description.length() -1);
580 return description;
625 * @param description The description of the test case.
628 TestMethod(String name, String description, String controller, String knownFailure,
631 mDescription = description;