org.apache.openejb.tck.cdi.tomee
Class Report.TestClass

java.lang.Object
  extended by org.apache.openejb.tck.cdi.tomee.Report.TestClass
All Implemented Interfaces:
Comparable<Report.TestClass>
Enclosing class:
Report

public static class Report.TestClass
extends Object
implements Comparable<Report.TestClass>


Constructor Summary
Report.TestClass(String name)
           
 
Method Summary
 void addStatus(String status, String testName)
           
 int compareTo(Report.TestClass o)
           
 List<Report.TestResult> getResults()
           
 boolean hasFailures()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Report.TestClass

public Report.TestClass(String name)
Method Detail

addStatus

public void addStatus(String status,
                      String testName)

getResults

public List<Report.TestResult> getResults()

hasFailures

public boolean hasFailures()

compareTo

public int compareTo(Report.TestClass o)
Specified by:
compareTo in interface Comparable<Report.TestClass>


Copyright © 1999-2013 The Apache Software Foundation. All Rights Reserved.