net.thucydides.core.reports.html
Class ReportNameProvider

Package class diagram package ReportNameProvider
java.lang.Object
  extended by net.thucydides.core.reports.html.ReportNameProvider

public class ReportNameProvider
extends Object


Constructor Summary
ReportNameProvider()
           
ReportNameProvider(String context)
           
 
Method Summary
 String forTag(String tag)
           
 String forTagType(String tagType)
           
 String forTestResult(String result)
           
 ReportNameProvider inContext(String context)
           
 ReportNameProvider withPrefix(String prefix)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ReportNameProvider

public ReportNameProvider()

ReportNameProvider

public ReportNameProvider(String context)
Method Detail

forTestResult

public String forTestResult(String result)

forTag

public String forTag(String tag)

forTagType

public String forTagType(String tagType)

withPrefix

public ReportNameProvider withPrefix(String prefix)

inContext

public ReportNameProvider inContext(String context)


Copyright © 2011-2012 Wakaleo Consulting. All Rights Reserved.