A C D E F G H I L M N O P R S T U V 

A

AbstractPage - Class in net.masterthought.cucumber.generators
Delivers common methods for page generation.
AbstractPage(ReportResult, String, Configuration) - Constructor for class net.masterthought.cucumber.generators.AbstractPage
 
addDuration(long, String) - Method in class net.masterthought.cucumber.json.support.StepObject
 
addElement(Element) - Method in class net.masterthought.cucumber.json.support.TagObject
 

C

ChartUtil - Class in net.masterthought.cucumber.util
 
ChartUtil() - Constructor for class net.masterthought.cucumber.util.ChartUtil
 
Configuration - Class in net.masterthought.cucumber
 
Configuration(File, String) - Constructor for class net.masterthought.cucumber.Configuration
 
configuration - Variable in class net.masterthought.cucumber.generators.AbstractPage
 

D

DocString - Class in net.masterthought.cucumber.json
Doc Strings are handy for specifying a larger piece of text.
DocString() - Constructor for class net.masterthought.cucumber.json.DocString
 

E

Element - Class in net.masterthought.cucumber.json
 
Element() - Constructor for class net.masterthought.cucumber.json.Element
 
Embedded - Class in net.masterthought.cucumber.json
 
Embedded() - Constructor for class net.masterthought.cucumber.json.Embedded
 
equals(Object) - Method in class net.masterthought.cucumber.json.Element
 
equals(Object) - Method in class net.masterthought.cucumber.json.Tag
 
ErrorPage - Class in net.masterthought.cucumber.generators
 
ErrorPage(ReportResult, Configuration, Exception, List<String>) - Constructor for class net.masterthought.cucumber.generators.ErrorPage
 

F

failsIfMissing() - Method in class net.masterthought.cucumber.Configuration
 
failsIFPending() - Method in class net.masterthought.cucumber.Configuration
 
failsIfSkipped() - Method in class net.masterthought.cucumber.Configuration
 
failsIfUndefined() - Method in class net.masterthought.cucumber.Configuration
 
Feature - Class in net.masterthought.cucumber.json
 
Feature() - Constructor for class net.masterthought.cucumber.json.Feature
 
FeatureReportPage - Class in net.masterthought.cucumber.generators
 
FeatureReportPage(ReportResult, Configuration, Feature) - Constructor for class net.masterthought.cucumber.generators.FeatureReportPage
 
FeaturesOverviewPage - Class in net.masterthought.cucumber.generators
 
FeaturesOverviewPage(ReportResult, Configuration) - Constructor for class net.masterthought.cucumber.generators.FeaturesOverviewPage
 
formatDuration(long) - Static method in class net.masterthought.cucumber.util.Util
 
formatMessage(String, String, String) - Static method in class net.masterthought.cucumber.util.Util
Converts message into expandable HTML code.

G

generatePage() - Method in class net.masterthought.cucumber.generators.AbstractPage
 
generateReports() - Method in class net.masterthought.cucumber.ReportBuilder
 
generateTagChartDataForHighCharts(List<TagObject>) - Static method in class net.masterthought.cucumber.util.ChartUtil
 
getAfter() - Method in class net.masterthought.cucumber.json.Element
 
getAllFailedFeatures() - Method in class net.masterthought.cucumber.ReportResult
 
getAllFeatures() - Method in class net.masterthought.cucumber.ReportResult
 
getAllPassedFeatures() - Method in class net.masterthought.cucumber.ReportResult
 
getAllSteps() - Method in class net.masterthought.cucumber.ReportResult
 
getAllTags() - Method in class net.masterthought.cucumber.ReportResult
 
getAttachments() - Method in class net.masterthought.cucumber.json.Step
 
getAverageFormattedDuration() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getBefore() - Method in class net.masterthought.cucumber.json.Element
 
getBuildNumber() - Method in class net.masterthought.cucumber.Configuration
 
getBuildTime() - Method in class net.masterthought.cucumber.ReportResult
 
getCells() - Method in class net.masterthought.cucumber.json.Row
 
getDescription() - Method in class net.masterthought.cucumber.json.Element
 
getDescription() - Method in class net.masterthought.cucumber.json.Feature
 
getDeviceName() - Method in class net.masterthought.cucumber.json.Feature
 
getDeviceName() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getDeviceName() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getDeviceName() - Method in interface net.masterthought.cucumber.reports.Reportable
In case of running the same tests on many devices it displays name of the device.
getDocString() - Method in class net.masterthought.cucumber.json.Step
 
getDuration() - Method in class net.masterthought.cucumber.json.Result
 
getDuration() - Method in class net.masterthought.cucumber.json.Step
 
getDurations() - Method in class net.masterthought.cucumber.json.Feature
 
getDurations() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getDurations() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getDurations() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getDurations() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns formatted duration for this element.
getElements() - Method in class net.masterthought.cucumber.json.Feature
 
getElements() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getErrorMessage() - Method in class net.masterthought.cucumber.json.Result
 
getErrorMessage() - Method in class net.masterthought.cucumber.json.Step
 
getFailedScenarios() - Method in class net.masterthought.cucumber.json.Feature
 
getFailedScenarios() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFailedScenarios() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getFailedScenarios() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of failed scenarios for this element.
getFailedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getFailedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFailedSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getFailedSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of failed steps for this element.
getFeature() - Method in class net.masterthought.cucumber.generators.FeatureReportPage
 
getFeature() - Method in class net.masterthought.cucumber.json.Element
 
getFeatureReport() - Method in class net.masterthought.cucumber.ReportResult
 
getFileName() - Method in class net.masterthought.cucumber.json.Tag
 
getFinalStatus() - Method in class net.masterthought.cucumber.json.support.StatusCounter
If statuses for all items are the same then this finalStatus is returned, otherwise Status.FAILED.
getFormatedDuration() - Method in class net.masterthought.cucumber.json.Result
 
getFormatedErrorMessage() - Method in class net.masterthought.cucumber.json.Result
 
getId() - Method in class net.masterthought.cucumber.json.Element
 
getId() - Method in class net.masterthought.cucumber.json.Feature
 
getJenkinsBasePath() - Method in class net.masterthought.cucumber.Configuration
 
getKeyword() - Method in class net.masterthought.cucumber.json.Element
 
getKeyword() - Method in class net.masterthought.cucumber.json.Feature
 
getKeyword() - Method in class net.masterthought.cucumber.json.Step
 
getLabel() - Method in enum net.masterthought.cucumber.json.support.Status
Returns name of the status changing first letter to upper case character.
getLocation() - Method in class net.masterthought.cucumber.json.Match
 
getLocation() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getMatch() - Method in class net.masterthought.cucumber.json.Hook
 
getMatch() - Method in class net.masterthought.cucumber.json.Step
 
getMatch() - Method in interface net.masterthought.cucumber.json.support.ResultsWithMatch
 
getMissingSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getMissingSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getMissingSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getMissingSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of missing steps for this element.
getName() - Method in class net.masterthought.cucumber.json.Element
 
getName() - Method in class net.masterthought.cucumber.json.Feature
 
getName() - Method in class net.masterthought.cucumber.json.Step
 
getName() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getName() - Method in class net.masterthought.cucumber.json.Tag
 
getName() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getName() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns name of the element that will be displayed to user.
getNumberOfStatus(Status) - Method in class net.masterthought.cucumber.json.support.TagObject
 
getOutput() - Method in class net.masterthought.cucumber.json.Step
 
getPassedScenarios() - Method in class net.masterthought.cucumber.json.Feature
 
getPassedScenarios() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPassedScenarios() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getPassedScenarios() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of passed scenarios for this element.
getPassedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getPassedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPassedSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getPassedSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of passed steps for this element.
getPendingSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getPendingSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPendingSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getPendingSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of pending steps for this element.
getPercentageResult() - Method in class net.masterthought.cucumber.json.support.StepObject
Returns in as percentage how many steps passed (PASSED / All) formatted to double decimal precision.
getProjectName() - Method in class net.masterthought.cucumber.Configuration
 
getRawName() - Method in class net.masterthought.cucumber.json.Element
 
getRawName() - Method in enum net.masterthought.cucumber.json.support.Status
Returns name of the status as lower case characters.
getRawStatus() - Method in class net.masterthought.cucumber.json.Feature
 
getRawStatus() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getReportDirectory() - Method in class net.masterthought.cucumber.Configuration
 
getReportFileName() - Method in class net.masterthought.cucumber.json.Feature
 
getReportFileName() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getResult() - Method in class net.masterthought.cucumber.json.Hook
 
getResult() - Method in class net.masterthought.cucumber.json.Step
 
getResult() - Method in interface net.masterthought.cucumber.json.support.ResultsWithMatch
 
getRows() - Method in class net.masterthought.cucumber.json.Step
 
getScenarios() - Method in class net.masterthought.cucumber.json.Feature
 
getScenarios() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getScenarios() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getScenarios() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of scenarios related to this element.
getSkippedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getSkippedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getSkippedSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getSkippedSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of skipped steps for this element.
getStatus() - Method in class net.masterthought.cucumber.json.Element
 
getStatus() - Method in class net.masterthought.cucumber.json.Feature
 
getStatus() - Method in class net.masterthought.cucumber.json.Hook
 
getStatus() - Method in class net.masterthought.cucumber.json.Result
 
getStatus() - Method in class net.masterthought.cucumber.json.Step
 
getStatus() - Method in interface net.masterthought.cucumber.json.support.ResultsWithMatch
 
getStatus() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getStatus() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getStatus() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getStatus() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns status for this element.
getSteps() - Method in class net.masterthought.cucumber.json.Element
 
getSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of all steps for this element.
getTagReport() - Method in class net.masterthought.cucumber.ReportResult
 
getTags() - Method in class net.masterthought.cucumber.json.Element
 
getTags() - Method in class net.masterthought.cucumber.json.Feature
 
getTags(List<TagObject>) - Static method in class net.masterthought.cucumber.util.ChartUtil
 
getTotalFormattedDuration() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getTotalOccurrences() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getType() - Method in class net.masterthought.cucumber.json.Element
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.reports.OverviewReport
 
getUndefinedSteps() - Method in interface net.masterthought.cucumber.reports.Reportable
Returns number of undefined steps for this element.
getValue() - Method in class net.masterthought.cucumber.json.DocString
 
getValueFor(Status) - Method in class net.masterthought.cucumber.json.support.StatusCounter
Gets the counter for given finalStatus.
getWebPage() - Method in class net.masterthought.cucumber.generators.AbstractPage
Returns HTML file name (with extension) for this report.
getWebPage() - Method in class net.masterthought.cucumber.generators.ErrorPage
 
getWebPage() - Method in class net.masterthought.cucumber.generators.FeatureReportPage
 
getWebPage() - Method in class net.masterthought.cucumber.generators.FeaturesOverviewPage
 
getWebPage() - Method in class net.masterthought.cucumber.generators.StepsOverviewPage
 
getWebPage() - Method in class net.masterthought.cucumber.generators.TagReportPage
 
getWebPage() - Method in class net.masterthought.cucumber.generators.TagsOverviewPage
 

H

hasBuildPassed() - Method in class net.masterthought.cucumber.ReportBuilder
Checks if all features pass.
hashCode() - Method in class net.masterthought.cucumber.json.Element
 
hashCode() - Method in class net.masterthought.cucumber.json.Tag
 
hasRows() - Method in class net.masterthought.cucumber.json.Step
 
hasSteps() - Method in class net.masterthought.cucumber.json.Element
 
hasTags() - Method in class net.masterthought.cucumber.json.Element
 
hasTags() - Method in class net.masterthought.cucumber.json.Feature
 
HelloCucumber - Class in <Unnamed>
 
HelloCucumber() - Constructor for class HelloCucumber
 
HOME_PAGE - Static variable in class net.masterthought.cucumber.ReportBuilder
Page that should be displayed when the reports is generated.
Hook - Class in net.masterthought.cucumber.json
 
Hook() - Constructor for class net.masterthought.cucumber.json.Hook
 

I

incDurationBy(long) - Method in class net.masterthought.cucumber.reports.OverviewReport
 
incrementFor(Status) - Method in class net.masterthought.cucumber.json.support.StatusCounter
Increments finalStatus counter by 1.
incScenarioFor(Status) - Method in class net.masterthought.cucumber.reports.OverviewReport
 
incStepsFor(Status) - Method in class net.masterthought.cucumber.reports.OverviewReport
 
isParallelTesting() - Method in class net.masterthought.cucumber.Configuration
 
isRunWithJenkins() - Method in class net.masterthought.cucumber.Configuration
 
isScenario() - Method in class net.masterthought.cucumber.json.Element
 

L

location - Variable in class net.masterthought.cucumber.json.support.StepObject
Name of the method / step implementation.

M

main(String[]) - Static method in class HelloCucumber
 
Match - Class in net.masterthought.cucumber.json
 
Match() - Constructor for class net.masterthought.cucumber.json.Match
 

N

net.masterthought.cucumber - package net.masterthought.cucumber
 
net.masterthought.cucumber.generators - package net.masterthought.cucumber.generators
 
net.masterthought.cucumber.json - package net.masterthought.cucumber.json
 
net.masterthought.cucumber.json.support - package net.masterthought.cucumber.json.support
 
net.masterthought.cucumber.reports - package net.masterthought.cucumber.reports
 
net.masterthought.cucumber.util - package net.masterthought.cucumber.util
 

O

OverviewReport - Class in net.masterthought.cucumber.reports
 
OverviewReport(String) - Constructor for class net.masterthought.cucumber.reports.OverviewReport
 

P

parseJsonResults(List<String>) - Method in class net.masterthought.cucumber.ReportParser
 
PERCENT_FORMATTER - Static variable in class net.masterthought.cucumber.util.Util
 
prepareReport() - Method in class net.masterthought.cucumber.generators.AbstractPage
 
prepareReport() - Method in class net.masterthought.cucumber.generators.ErrorPage
 
prepareReport() - Method in class net.masterthought.cucumber.generators.FeatureReportPage
 
prepareReport() - Method in class net.masterthought.cucumber.generators.FeaturesOverviewPage
 
prepareReport() - Method in class net.masterthought.cucumber.generators.StepsOverviewPage
 
prepareReport() - Method in class net.masterthought.cucumber.generators.TagReportPage
 
prepareReport() - Method in class net.masterthought.cucumber.generators.TagsOverviewPage
 

R

render(int) - Method in class net.masterthought.cucumber.json.Embedded
Generates HTML code with attachment.
report - Variable in class net.masterthought.cucumber.generators.AbstractPage
 
Reportable - Interface in net.masterthought.cucumber.reports
Defines methods required to generate single report.
ReportBuilder - Class in net.masterthought.cucumber
 
ReportBuilder(List<String>, Configuration) - Constructor for class net.masterthought.cucumber.ReportBuilder
 
ReportParser - Class in net.masterthought.cucumber
 
ReportParser(Configuration) - Constructor for class net.masterthought.cucumber.ReportParser
 
ReportResult - Class in net.masterthought.cucumber
 
ReportResult(List<Feature>) - Constructor for class net.masterthought.cucumber.ReportResult
 
Result - Class in net.masterthought.cucumber.json
 
Result() - Constructor for class net.masterthought.cucumber.json.Result
 
ResultsWithMatch - Interface in net.masterthought.cucumber.json.support
Ensures that class delivers method for counting results and matches.
Row - Class in net.masterthought.cucumber.json
 
Row() - Constructor for class net.masterthought.cucumber.json.Row
 

S

setBuildNumber(String) - Method in class net.masterthought.cucumber.Configuration
 
setJenkinsBasePath(String) - Method in class net.masterthought.cucumber.Configuration
 
setMedaData(Feature, Configuration) - Method in class net.masterthought.cucumber.json.Element
 
setMedaData() - Method in class net.masterthought.cucumber.json.Hook
 
setMedaData(Element) - Method in class net.masterthought.cucumber.json.Step
 
setMetaData(String, int, Configuration) - Method in class net.masterthought.cucumber.json.Feature
Sets additional information and calculates values which should be calculated during object creation.
setParallelTesting(boolean) - Method in class net.masterthought.cucumber.Configuration
 
setRunWithJenkins(boolean) - Method in class net.masterthought.cucumber.Configuration
 
setStatusFlags(boolean, boolean, boolean, boolean) - Method in class net.masterthought.cucumber.Configuration
 
size() - Method in class net.masterthought.cucumber.json.support.StatusCounter
Returns sum of all occurrences for all statuses.
Status - Enum in net.masterthought.cucumber.json.support
Defines all possible statuses provided by cucumber-jvm.
StatusCounter - Class in net.masterthought.cucumber.json.support
Keeps information about statuses occurrence.
StatusCounter() - Constructor for class net.masterthought.cucumber.json.support.StatusCounter
 
Step - Class in net.masterthought.cucumber.json
 
Step() - Constructor for class net.masterthought.cucumber.json.Step
 
StepObject - Class in net.masterthought.cucumber.json.support
Keeps information about steps statistics.
StepObject(String) - Constructor for class net.masterthought.cucumber.json.support.StepObject
 
StepsOverviewPage - Class in net.masterthought.cucumber.generators
Presents details about how long steps are executed (adds the same steps and presents sum).
StepsOverviewPage(ReportResult, Configuration) - Constructor for class net.masterthought.cucumber.generators.StepsOverviewPage
 

T

Tag - Class in net.masterthought.cucumber.json
 
Tag() - Constructor for class net.masterthought.cucumber.json.Tag
 
TagObject - Class in net.masterthought.cucumber.json.support
 
TagObject(String) - Constructor for class net.masterthought.cucumber.json.support.TagObject
 
TagReportPage - Class in net.masterthought.cucumber.generators
 
TagReportPage(ReportResult, Configuration, TagObject) - Constructor for class net.masterthought.cucumber.generators.TagReportPage
 
TagsOverviewPage - Class in net.masterthought.cucumber.generators
 
TagsOverviewPage(ReportResult, Configuration) - Constructor for class net.masterthought.cucumber.generators.TagsOverviewPage
 
toStatus(String) - Static method in enum net.masterthought.cucumber.json.support.Status
 
toValidFileName(String) - Static method in class net.masterthought.cucumber.util.Util
Converts characters of passed string by replacing to dash (-) each character that might not be accepted as file name such as / ?

U

Util - Class in net.masterthought.cucumber.util
 
Util() - Constructor for class net.masterthought.cucumber.util.Util
 

V

ValidationException - Exception in net.masterthought.cucumber
Notifies when report cannot be generated.
ValidationException(Exception) - Constructor for exception net.masterthought.cucumber.ValidationException
 
valueOf(String) - Static method in enum net.masterthought.cucumber.json.support.Status
Returns the enum constant of this type with the specified name.
values() - Static method in enum net.masterthought.cucumber.json.support.Status
Returns an array containing the constants of this enum type, in the order they are declared.
ve - Variable in class net.masterthought.cucumber.generators.AbstractPage
 
velocityContext - Variable in class net.masterthought.cucumber.generators.AbstractPage
 
A C D E F G H I L M N O P R S T U V 

Copyright © 2016. All rights reserved.