net.thucydides.core.reports.adaptors.specflow
Class SpecflowScenarioTitleLine

Package class diagram package SpecflowScenarioTitleLine
java.lang.Object
  extended by net.thucydides.core.reports.adaptors.specflow.SpecflowScenarioTitleLine

public class SpecflowScenarioTitleLine
extends Object


Field Summary
static char ARG_SEP
           
static char END_ARGUMENT
           
static char ESCAPE_CHAR
           
static String NULL
           
static String START_ARGUMENT
           
static char STRING_SEP
           
 
Constructor Summary
SpecflowScenarioTitleLine(String titleLine)
           
SpecflowScenarioTitleLine(String titleLine, EnvironmentVariables environmentVariables)
           
 
Method Summary
 List getArguments()
           
 String getRowTitle()
           
 String getScenarioTitle()
           
 String getStoryPath()
           
 String getStoryTitle()
           
 String getTitleName()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

START_ARGUMENT

public static final String START_ARGUMENT
See Also:
Constant Field Values

ESCAPE_CHAR

public static final char ESCAPE_CHAR
See Also:
Constant Field Values

STRING_SEP

public static final char STRING_SEP
See Also:
Constant Field Values

ARG_SEP

public static final char ARG_SEP
See Also:
Constant Field Values

END_ARGUMENT

public static final char END_ARGUMENT
See Also:
Constant Field Values

NULL

public static final String NULL
See Also:
Constant Field Values
Constructor Detail

SpecflowScenarioTitleLine

public SpecflowScenarioTitleLine(String titleLine,
                                 EnvironmentVariables environmentVariables)

SpecflowScenarioTitleLine

public SpecflowScenarioTitleLine(String titleLine)
Method Detail

getScenarioTitle

public String getScenarioTitle()

getStoryTitle

public String getStoryTitle()

getStoryPath

public String getStoryPath()

getTitleName

public String getTitleName()

getArguments

public List getArguments()

getRowTitle

public String getRowTitle()


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