Searched refs:reporter (Results 1 - 25 of 28) sorted by relevance

12

/glassfish-3.1.2/tests/osgi-javaee/osgi-web/common/
H A DTestClient.java55 private static Reporter reporter; field in class:TestClient
60 reporter = new Reporter(args[2]); //args[2] has testResult filename
111 reporter.printStatus(testName, passCode);
116 reporter.printStatus(testName, failCode);
H A DReporter.java82 Reporter reporter;
87 reporter = new Reporter(args[0], args[1]);
88 reporter.generateSummary();
94 reporter = new Reporter(args[2]);
96 reporter.printStatus(args[0], code);
H A DBundleUtil.java63 private static Reporter reporter; field in class:BundleUtil
74 reporter = new Reporter(args[1]);
79 reporter = new Reporter(args[1]);
142 reporter.printStatus(testName, failCode);
/glassfish-3.1.2/tests/jbi/lib/
H A Dreporter.jar ... sun/ejte/ com/sun/ejte/ccl/ com/sun/ejte/ccl/reporter/ com/sun/ejte/ccl/reporter/EnterpriseBeanLogger.class EnterpriseBeanLogger. ...
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DMonitoringReporter.java151 reporter = (ActionReporter) context.getActionReport();
153 if (reporter instanceof PlainTextActionReporter) {
155 plainReporter = (PlainTextActionReporter) reporter;
157 else if (reporter instanceof PropsFileActionReporter) {
159 reporter = plainReporter;
178 reporter.setFailureCause(e);
247 ActionReport.MessagePart topPart = reporter.getTopMessagePart();
267 ActionReport.MessagePart topPart = reporter.getTopMessagePart();
559 reporter.setActionExitCode(FAILURE);
565 reporter
652 private ActionReporter reporter; field in class:MonitoringReporter
[all...]
H A DListCommand.java108 PropsFileActionReporter reporter = (PropsFileActionReporter) report;
109 reporter.useMainChildrenAttribute(true);
/glassfish-3.1.2/tests/jbi/bare_doc_literal/bc_consumer_se_provider/client/
H A DSOAPWebConsumer.java47 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/service_unit/compApp-server/client/
H A DSOAPWebConsumer.java47 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/soapfault/se_provider/client/
H A DSOAPWebConsumer.java48 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/bare_doc_literal/se_consumer_se_provider/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/client/web/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/bundled_wsdl/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/rpc_literal/se_consumer_se_provider/generated_wsdl/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/security/jse_only/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/service_unit/add-numbers/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/service_unit/compApp-client/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/service_unit/endpoint_mapping/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/service_unit/endpoint_mapping_consumer/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/soapfault/se_consumer/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/soapfault/se_consumerNprovider/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/transactions/jse_only/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbcommit/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbcommit1/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbrollback/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;
/glassfish-3.1.2/tests/jbi/transactions/jse_only_ejbrollback1/client/
H A DTestClient.java50 import com.sun.ejte.ccl.reporter.SimpleReporterAdapter;

Completed in 52 milliseconds

12