Home | History | Annotate | Download | only in reporters

Lines Matching refs:setProperty

99     attrs.setProperty(XMLReporterConfig.ATTR_URL, suiteResultName);
107 attributes.setProperty(XMLReporterConfig.ATTR_NAME, tc.getName());
119 attributes.setProperty(XMLReporterConfig.ATTR_NAME,
121 attributes.setProperty(XMLReporterConfig.ATTR_PACKAGE, dot > -1 ? className.substring(0, dot) : "[default]");
123 attributes.setProperty(XMLReporterConfig.ATTR_NAME, className);
152 attribs.setProperty(XMLReporterConfig.ATTR_STATUS, getStatusString(testResult.getStatus()));
180 attributes.setProperty(XMLReporterConfig.ATTR_IS_CONFIG, "true");
182 attributes.setProperty(XMLReporterConfig.ATTR_NAME, testResult.getMethod().getMethodName());
185 attributes.setProperty(XMLReporterConfig.ATTR_TEST_INSTANCE_NAME, testInstanceName);
189 attributes.setProperty(XMLReporterConfig.ATTR_DESC, description);
192 attributes.setProperty(XMLReporterConfig.ATTR_METHOD_SIG, removeClassName(testResult.getMethod().toString()));
197 attributes.setProperty(XMLReporterConfig.ATTR_STARTED_AT, startTime);
198 attributes.setProperty(XMLReporterConfig.ATTR_FINISHED_AT, endTime);
201 attributes.setProperty(XMLReporterConfig.ATTR_DURATION_MS, strDuration);
206 attributes.setProperty(XMLReporterConfig.ATTR_GROUPS, groupNamesStr);
213 attributes.setProperty(XMLReporterConfig.ATTR_DEPENDS_ON_METHODS, dependsOnStr);
220 attributes.setProperty(XMLReporterConfig.ATTR_DEPENDS_ON_GROUPS, dependsOnStr);
231 attributes.setProperty(XMLReporterConfig.ATTR_DATA_PROVIDER, dataProvider);
258 attrs.setProperty(XMLReporterConfig.ATTR_INDEX, String.valueOf(i));
262 valueAttrs.setProperty(XMLReporterConfig.ATTR_IS_NULL, "true");
276 exceptionAttrs.setProperty(XMLReporterConfig.ATTR_CLASS, exception.getClass().getName());
327 attributeAttrs.setProperty(XMLReporterConfig.ATTR_NAME, attrName);
329 attributeAttrs.setProperty(XMLReporterConfig.ATTR_IS_NULL, "true");