|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectnet.thucydides.core.model.ReportNamer
public class ReportNamer
Determies the correct default name for test reports.
| Method Summary | |
|---|---|
static ReportNamer |
forReportType(ReportType type)
|
String |
getNormalizedTestNameFor(Story userStory)
|
String |
getNormalizedTestNameFor(String name)
|
String |
getNormalizedTestNameFor(TestOutcome testOutcome)
Return a filesystem-friendly version of the test case name. |
String |
getSimpleTestNameFor(TestOutcome testOutcome)
Return a filesystem-friendly version of the test case name. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static ReportNamer forReportType(ReportType type)
public String getNormalizedTestNameFor(TestOutcome testOutcome)
public String getSimpleTestNameFor(TestOutcome testOutcome)
public String getNormalizedTestNameFor(Story userStory)
public String getNormalizedTestNameFor(String name)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||