Uses of Class
org.specrunner.report.core.Resume

Packages that use Resume
org.specrunner.report.core   
org.specrunner.report.core.comparators   
 

Uses of Resume in org.specrunner.report.core
 

Methods in org.specrunner.report.core that return Resume
protected  Resume ResumeReporter.createInstance(IResultSet result, Map<String,Object> model)
          Create a resume instance.
protected  Resume ResumeReporter.newResume(IContext context, IResultSet result, Map<String,Object> model)
          Create a resume of result.
 

Methods in org.specrunner.report.core that return types with arguments of type Resume
 Comparator<Resume> ReportPart.getComparator()
          Gets the comparator.
 List<Resume> ResumeReporter.getResumes()
          Get resume set.
protected  List<Resume> ResumeReporter.orderedList(List<Resume> list, Comparator<Resume> comparator)
          Creates a copy of the resume list.
 

Method parameters in org.specrunner.report.core with type arguments of type Resume
 void ResumeDumperTxt.dumpPart(SRServices services, ResumeReporter parent, String header, List<Resume> list)
           
 void ResumeDumperHtml.dumpPart(SRServices services, ResumeReporter parent, String header, List<Resume> list)
           
 void IResumeDumper.dumpPart(SRServices services, ResumeReporter parent, String header, List<Resume> list)
          Dump the resume declaration.
protected  List<Resume> ResumeReporter.orderedList(List<Resume> list, Comparator<Resume> comparator)
          Creates a copy of the resume list.
protected  List<Resume> ResumeReporter.orderedList(List<Resume> list, Comparator<Resume> comparator)
          Creates a copy of the resume list.
 void ReportPart.setComparator(Comparator<Resume> comparator)
          Sets the header.
 

Constructor parameters in org.specrunner.report.core with type arguments of type Resume
ReportPart(String header, Comparator<Resume> comparator)
          Create a part.
 

Uses of Resume in org.specrunner.report.core.comparators
 

Methods in org.specrunner.report.core.comparators with parameters of type Resume
 int TimeComparator.compare(Resume o1, Resume o2)
           
 int StatusComparator.compare(Resume o1, Resume o2)
           
 int IndexComparator.compare(Resume o1, Resume o2)
           
 



Copyright © 2015. All rights reserved.