| Package | Description |
|---|---|
| org.specrunner.report.core | |
| org.specrunner.report.core.comparators |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 and Description |
|---|
ReportPart(String header,
Comparator<Resume> comparator)
Create a part.
|
| Modifier and Type | Method and Description |
|---|---|
int |
TimeComparator.compare(Resume o1,
Resume o2) |
int |
StatusComparator.compare(Resume o1,
Resume o2) |
int |
IndexComparator.compare(Resume o1,
Resume o2) |
Copyright © 2016. All rights reserved.