Searched refs:hasSuccesses (Results 1 - 3 of 3) sorted by relevance

/glassfish-3.1.2/core/kernel/src/test/java/com/sun/enterprise/v3/common/
H A DPlainTextActionReporterTest.java142 assert successfulRoot.hasSuccesses();
147 assert successfulRoot.hasSuccesses();
150 assert !failedChild.hasSuccesses();
155 assert successfulRoot.hasSuccesses();
158 assert !failedChild.hasSuccesses();
162 assert !warningChild.hasSuccesses();
164 assert failedChild.hasSuccesses();
165 assert warningChild.hasSuccesses();
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/
H A DActionReport.java132 public abstract boolean hasSuccesses(); method in class:ActionReport
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/common/
H A DActionReporter.java254 public boolean hasSuccesses() { method in class:ActionReporter

Completed in 14 milliseconds