Lines Matching refs:description
104 for description in descriptions:
105 doc = tools.XmlFile(description)
148 print 'Generating test description for package %s' % name
151 """Generate the test description for the signature check."""
158 description = open(os.path.join(test_repository, 'SignatureTest.xml'), 'w')
159 package.WriteDescription(description)
160 description.close()
163 """Generate the test description for the reference app tests."""
172 description = open(os.path.join(test_repository, 'ApiDemosReferenceTest.xml'), 'w')
173 package.WriteDescription(description)
174 description.close()
177 """Generate the test description for the application security tests."""
184 temp_desc = os.path.join(temp_dir, 'description.xml')
193 description = open(os.path.join(test_repository, package_name + '.xml'), 'w')
194 doc.writexml(description, addindent=' ', encoding='UTF-8')
195 description.close()
218 # Run the description generator doclet to get the test package structure
221 temp_desc = os.path.join(temp_dir, app_package_name + '-description.xml')
242 description = open(os.path.join(test_repository, package_name + '.xml'), 'w')
243 doc.writexml(description, addindent=' ', encoding='UTF-8')
244 description.close()
247 """Generate a test package description by running the DescriptionGenerator doclet.
253 output_file: Name of the file where the description gets written.
263 # Annotation classes are also required, since test annotations go into the description.