Skip navigation links
A B C D E F G H I L M N O P R S T U V W 

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
 
addBuild(String, Reportable) - Method in class net.masterthought.cucumber.Trends
Adds build into the trends.
addClassifications(String, String) - Method in class net.masterthought.cucumber.Configuration
Adds metadata that will be displayed at the main page of the report.
addDuration(long, Status) - Method in class net.masterthought.cucumber.json.support.StepObject
 
addElement(Element) - Method in class net.masterthought.cucumber.json.support.TagObject
 

B

BASE_DIRECTORY - Static variable in class net.masterthought.cucumber.ReportBuilder
Subdirectory where the report will be created.

C

compare(Feature, Feature) - Method in class net.masterthought.cucumber.sorting.FeaturesAlphabeticalComparator
 
compare(StepObject, StepObject) - Method in class net.masterthought.cucumber.sorting.StepObjectAlphabeticalComparator
 
compare(TagObject, TagObject) - Method in class net.masterthought.cucumber.sorting.TagObjectAlphabeticalComparator
 
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
Configuration used for this report execution.
context - Variable in class net.masterthought.cucumber.generators.AbstractPage
 
Counter - Class in net.masterthought.cucumber.util
Simple counter to give elements on a page a unique ID.
Counter() - Constructor for class net.masterthought.cucumber.util.Counter
 

D

deserialize(JsonNode, Configuration) - Method in class net.masterthought.cucumber.json.deserializers.EmbeddingDeserializer
 
deserialize(JsonNode, Configuration) - Method in class net.masterthought.cucumber.json.deserializers.OutputsDeserializer
 
deserialize(JsonNode, Configuration) - Method in class net.masterthought.cucumber.json.deserializers.StatusDeserializer
 
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
 
Durationable - Interface in net.masterthought.cucumber.json.support
Ensures that class delivers methods for duration.

E

Element - Class in net.masterthought.cucumber.json
 
Element() - Constructor for class net.masterthought.cucumber.json.Element
 
Embedding - Class in net.masterthought.cucumber.json
 
Embedding(String, String) - Constructor for class net.masterthought.cucumber.json.Embedding
 
EmbeddingDeserializer - Class in net.masterthought.cucumber.json.deserializers
Deserializes embedding and stores it in attachment directory.
EmbeddingDeserializer() - Constructor for class net.masterthought.cucumber.json.deserializers.EmbeddingDeserializer
 
EmptyReportable - Class in net.masterthought.cucumber
Defines empty reportable that is usded when the build fails.
EmptyReportable() - Constructor for class net.masterthought.cucumber.EmptyReportable
 
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

FailuresOverviewPage - Class in net.masterthought.cucumber.generators
 
FailuresOverviewPage(ReportResult, Configuration) - Constructor for class net.masterthought.cucumber.generators.FailuresOverviewPage
 
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
 
FeaturesAlphabeticalComparator - Class in net.masterthought.cucumber.sorting
 
FeaturesAlphabeticalComparator() - Constructor for class net.masterthought.cucumber.sorting.FeaturesAlphabeticalComparator
 
FeaturesOverviewPage - Class in net.masterthought.cucumber.generators
 
FeaturesOverviewPage(ReportResult, Configuration) - Constructor for class net.masterthought.cucumber.generators.FeaturesOverviewPage
 
formatAsDecimal(int, int) - Static method in class net.masterthought.cucumber.util.Util
 
formatAsPercentage(int, int) - Static method in class net.masterthought.cucumber.util.Util
Returns value converted to percentage format.
formatDuration(long) - Static method in class net.masterthought.cucumber.util.Util
 

G

generateFileName(String) - Static method in class net.masterthought.cucumber.json.Tag
 
generatePage() - Method in class net.masterthought.cucumber.generators.AbstractPage
 
generateReports() - Method in class net.masterthought.cucumber.ReportBuilder
Parses provided files and generates the report.
getAfter() - Method in class net.masterthought.cucumber.json.Element
 
getAfterStatus() - Method in class net.masterthought.cucumber.json.Element
 
getAllFeatures() - Method in class net.masterthought.cucumber.ReportResult
 
getAllSteps() - Method in class net.masterthought.cucumber.ReportResult
 
getAllTags() - Method in class net.masterthought.cucumber.ReportResult
 
getAverageDuration() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getBefore() - Method in class net.masterthought.cucumber.json.Element
 
getBeforeStatus() - Method in class net.masterthought.cucumber.json.Element
 
getBuildNumber() - Method in class net.masterthought.cucumber.Configuration
 
getBuildNumbers() - Method in class net.masterthought.cucumber.Trends
 
getBuildTime() - Method in class net.masterthought.cucumber.ReportResult
 
getCells() - Method in class net.masterthought.cucumber.json.Row
 
getClassifications() - Method in class net.masterthought.cucumber.Configuration
Returns the classification for the report.
getCurrentTime() - Static method in class net.masterthought.cucumber.ReportResult
 
getData() - Method in class net.masterthought.cucumber.json.Embedding
 
getDecodedData() - Method in class net.masterthought.cucumber.json.Embedding
 
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.EmptyReportable
 
getDeviceName() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getDeviceName() - Method in class net.masterthought.cucumber.json.Feature
 
getDeviceName() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getDeviceName() - Method in interface net.masterthought.cucumber.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.EmptyReportable
 
getDuration() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getDuration() - Method in class net.masterthought.cucumber.json.Element
 
getDuration() - Method in class net.masterthought.cucumber.json.Feature
 
getDuration() - Method in class net.masterthought.cucumber.json.Result
 
getDuration() - Method in class net.masterthought.cucumber.json.Step
 
getDuration() - Method in interface net.masterthought.cucumber.json.support.Durationable
Returns duration for given item.
getDuration() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getDuration() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getDuration() - Method in interface net.masterthought.cucumber.Reportable
Returns duration as milliseconds for this element.
getDurations() - Method in class net.masterthought.cucumber.Trends
 
getElements() - Method in class net.masterthought.cucumber.json.Feature
 
getElements() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getEmbeddingDirectory() - Method in class net.masterthought.cucumber.Configuration
 
getEmbeddings() - Method in class net.masterthought.cucumber.json.Hook
 
getEmbeddings() - Method in class net.masterthought.cucumber.json.Step
 
getErrorMessage() - Method in class net.masterthought.cucumber.json.Result
 
getErrorMessageTitle() - Method in class net.masterthought.cucumber.json.Result
 
getExtension() - Method in class net.masterthought.cucumber.json.Embedding
 
getFailedFeatures() - Method in class net.masterthought.cucumber.EmptyReportable
 
getFailedFeatures() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getFailedFeatures() - Method in class net.masterthought.cucumber.json.Feature
 
getFailedFeatures() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFailedFeatures() - Method in interface net.masterthought.cucumber.Reportable
Returns number of failed features for this element.
getFailedFeatures() - Method in class net.masterthought.cucumber.Trends
 
getFailedScenarios() - Method in class net.masterthought.cucumber.EmptyReportable
 
getFailedScenarios() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getFailedScenarios() - Method in class net.masterthought.cucumber.json.Feature
 
getFailedScenarios() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFailedScenarios() - Method in interface net.masterthought.cucumber.Reportable
Returns number of failed scenarios for this element.
getFailedScenarios() - Method in class net.masterthought.cucumber.Trends
 
getFailedSteps() - Method in class net.masterthought.cucumber.EmptyReportable
 
getFailedSteps() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getFailedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getFailedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFailedSteps() - Method in interface net.masterthought.cucumber.Reportable
Returns number of failed steps for this element.
getFailedSteps() - Method in class net.masterthought.cucumber.Trends
 
getFeature() - Method in class net.masterthought.cucumber.json.Element
 
getFeatureReport() - Method in class net.masterthought.cucumber.ReportResult
 
getFeatures() - Method in class net.masterthought.cucumber.EmptyReportable
 
getFeatures() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getFeatures() - Method in class net.masterthought.cucumber.json.Feature
 
getFeatures() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFeatures() - Method in interface net.masterthought.cucumber.Reportable
Returns number of features for this element.
getFileId() - Method in class net.masterthought.cucumber.json.Embedding
Returns unique file ID.
getFileName() - Method in class net.masterthought.cucumber.json.Embedding
 
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.
getFormattedAverageDuration() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getFormattedDuration() - Method in class net.masterthought.cucumber.EmptyReportable
 
getFormattedDuration() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getFormattedDuration() - Method in class net.masterthought.cucumber.json.Element
 
getFormattedDuration() - Method in class net.masterthought.cucumber.json.Feature
 
getFormattedDuration() - Method in class net.masterthought.cucumber.json.Result
 
getFormattedDuration() - Method in interface net.masterthought.cucumber.json.support.Durationable
Returns duration displayed in humanable format.
getFormattedDuration() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getFormattedDuration() - Method in interface net.masterthought.cucumber.Reportable
Returns formatted duration for this element.
getFormattedTotalDuration() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getId() - Method in class net.masterthought.cucumber.json.Feature
 
getJsonFile() - Method in class net.masterthought.cucumber.json.Feature
 
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 formatted with first letter to uppercase.
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.Resultsable
 
getMessages() - Method in class net.masterthought.cucumber.json.Output
 
getMimeType() - Method in class net.masterthought.cucumber.json.Embedding
 
getName() - Method in class net.masterthought.cucumber.EmptyReportable
 
getName() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
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 interface net.masterthought.cucumber.Reportable
Returns name of the element that will be displayed to user.
getNumberOfStatus(Status) - Method in class net.masterthought.cucumber.json.support.TagObject
 
getOutputs() - Method in class net.masterthought.cucumber.json.Step
 
getPassedFeatures() - Method in class net.masterthought.cucumber.EmptyReportable
 
getPassedFeatures() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getPassedFeatures() - Method in class net.masterthought.cucumber.json.Feature
 
getPassedFeatures() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPassedFeatures() - Method in interface net.masterthought.cucumber.Reportable
Returns number of passed features for this element.
getPassedFeatures() - Method in class net.masterthought.cucumber.Trends
 
getPassedScenarios() - Method in class net.masterthought.cucumber.EmptyReportable
 
getPassedScenarios() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getPassedScenarios() - Method in class net.masterthought.cucumber.json.Feature
 
getPassedScenarios() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPassedScenarios() - Method in interface net.masterthought.cucumber.Reportable
Returns number of passed scenarios for this element.
getPassedScenarios() - Method in class net.masterthought.cucumber.Trends
 
getPassedSteps() - Method in class net.masterthought.cucumber.EmptyReportable
 
getPassedSteps() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getPassedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getPassedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPassedSteps() - Method in interface net.masterthought.cucumber.Reportable
Returns number of passed steps for this element.
getPassedSteps() - Method in class net.masterthought.cucumber.Trends
 
getPendingSteps() - Method in class net.masterthought.cucumber.EmptyReportable
 
getPendingSteps() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getPendingSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getPendingSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getPendingSteps() - Method in interface net.masterthought.cucumber.Reportable
Returns number of pending steps for this element.
getPendingSteps() - Method in class net.masterthought.cucumber.Trends
 
getPercentageResult() - Method in class net.masterthought.cucumber.json.support.StepObject
Gets percentage how many steps passed (PASSED / All) formatted to double decimal precision.
getProjectName() - Method in class net.masterthought.cucumber.Configuration
 
getRawName() - Method in enum net.masterthought.cucumber.json.support.Status
Returns name of the status converted to lower case characters.
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.Resultsable
 
getRows() - Method in class net.masterthought.cucumber.json.Step
 
getScenarios() - Method in class net.masterthought.cucumber.EmptyReportable
 
getScenarios() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getScenarios() - Method in class net.masterthought.cucumber.json.Feature
 
getScenarios() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getScenarios() - Method in interface net.masterthought.cucumber.Reportable
Returns number of scenarios for this element.
getSkippedSteps() - Method in class net.masterthought.cucumber.EmptyReportable
 
getSkippedSteps() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getSkippedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getSkippedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getSkippedSteps() - Method in interface net.masterthought.cucumber.Reportable
Returns number of skipped steps for this element.
getSkippedSteps() - Method in class net.masterthought.cucumber.Trends
 
getSortingMethod() - Method in class net.masterthought.cucumber.Configuration
Returns the default sorting method.
getStatus() - Method in class net.masterthought.cucumber.EmptyReportable
 
getStatus() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
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.Result
 
getStatus() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getStatus() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getStatus() - Method in interface net.masterthought.cucumber.Reportable
Returns status for this element.
getSteps() - Method in class net.masterthought.cucumber.EmptyReportable
 
getSteps() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
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 interface net.masterthought.cucumber.Reportable
Returns number of all steps for this element.
getStepsStatus() - Method in class net.masterthought.cucumber.json.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
 
getTagsToExcludeFromChart() - Method in class net.masterthought.cucumber.Configuration
 
getTotalFeatures() - Method in class net.masterthought.cucumber.Trends
 
getTotalOccurrences() - Method in class net.masterthought.cucumber.json.support.StepObject
 
getTotalScenarios() - Method in class net.masterthought.cucumber.Trends
 
getTotalSteps() - Method in class net.masterthought.cucumber.Trends
 
getTrendsLimit() - Method in class net.masterthought.cucumber.Configuration
 
getTrendsStatsFile() - Method in class net.masterthought.cucumber.Configuration
 
getType() - Method in class net.masterthought.cucumber.json.Element
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.EmptyReportable
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.generators.OverviewReport
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.json.Feature
 
getUndefinedSteps() - Method in class net.masterthought.cucumber.json.support.TagObject
 
getUndefinedSteps() - Method in interface net.masterthought.cucumber.Reportable
Returns number of undefined steps for this element.
getUndefinedSteps() - Method in class net.masterthought.cucumber.Trends
 
getValue() - Method in class net.masterthought.cucumber.json.DocString
 
getValueFor(Status) - Method in class net.masterthought.cucumber.json.support.StatusCounter
Gets the number of occurrences for given status.
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.FailuresOverviewPage
 
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
 
getWebPage() - Method in class net.masterthought.cucumber.generators.TrendsOverviewPage
 

H

hashCode() - Method in class net.masterthought.cucumber.json.Tag
 
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.generators.OverviewReport
 
incFeaturesFor(Status) - Method in class net.masterthought.cucumber.generators.OverviewReport
 
incrementFor(Status) - Method in class net.masterthought.cucumber.json.support.StatusCounter
Increments finalStatus counter by single value.
incScenarioFor(Status) - Method in class net.masterthought.cucumber.generators.OverviewReport
 
incStepsFor(Status) - Method in class net.masterthought.cucumber.generators.OverviewReport
 
INSTANCE - Static variable in class net.masterthought.cucumber.util.Util
 
isParallelTesting() - Method in class net.masterthought.cucumber.Configuration
 
isPassed() - Method in enum net.masterthought.cucumber.json.support.Status
Returns true if status is equal to Status.PASSED.
isRunWithJenkins() - Method in class net.masterthought.cucumber.Configuration
 
isScenario() - Method in class net.masterthought.cucumber.json.Element
 
isTrendsStatsFile() - Method in class net.masterthought.cucumber.Configuration
Checks if the file for the trends was set.

L

limitItems(int) - Method in class net.masterthought.cucumber.Trends
Removes elements that points to the oldest items.
location - Variable in class net.masterthought.cucumber.json.support.StepObject
Name of the method / step implementation.

M

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.deserializers - package net.masterthought.cucumber.json.deserializers
 
net.masterthought.cucumber.json.support - package net.masterthought.cucumber.json.support
 
net.masterthought.cucumber.sorting - package net.masterthought.cucumber.sorting
 
net.masterthought.cucumber.util - package net.masterthought.cucumber.util
 
next() - Method in class net.masterthought.cucumber.util.Counter
 

O

Output - Class in net.masterthought.cucumber.json
 
Output(String[]) - Constructor for class net.masterthought.cucumber.json.Output
 
OutputsDeserializer - Class in net.masterthought.cucumber.json.deserializers
 
OutputsDeserializer() - Constructor for class net.masterthought.cucumber.json.deserializers.OutputsDeserializer
 
OverviewReport - Class in net.masterthought.cucumber.generators
 
OverviewReport() - Constructor for class net.masterthought.cucumber.generators.OverviewReport
 

P

parseJsonFiles(List<String>) - Method in class net.masterthought.cucumber.ReportParser
Parsed passed files and extracts features files.
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.FailuresOverviewPage
 
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
 
prepareReport() - Method in class net.masterthought.cucumber.generators.TrendsOverviewPage
 

R

Reportable - Interface in net.masterthought.cucumber
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 - Variable in class net.masterthought.cucumber.generators.AbstractPage
Results of the report.
ReportResult - Class in net.masterthought.cucumber
 
ReportResult(List<Feature>, SortingMethod) - Constructor for class net.masterthought.cucumber.ReportResult
 
Result - Class in net.masterthought.cucumber.json
 
Result() - Constructor for class net.masterthought.cucumber.json.Result
 
Resultsable - 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
Sets number of the build.
setMetaData(Feature) - Method in class net.masterthought.cucumber.json.Element
 
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
 
setSortingMethod(SortingMethod) - Method in class net.masterthought.cucumber.Configuration
Configure how items will be sorted in the report by default.
setTagsToExcludeFromChart(String...) - Method in class net.masterthought.cucumber.Configuration
Stores the regex patterns to be used for filtering out tags from the 'Tags Overview' chart
setTrends(File, int) - Method in class net.masterthought.cucumber.Configuration
Sets configuration for trends.
setTrendsStatsFile(File) - Method in class net.masterthought.cucumber.Configuration
Calls Configuration.setTrends(File, int) with zero limit.
size() - Method in class net.masterthought.cucumber.json.support.StatusCounter
Gets the sum of all occurrences for all statuses.
sortFeatures(Collection<Feature>) - Method in class net.masterthought.cucumber.sorting.SortingFactory
 
SortingFactory - Class in net.masterthought.cucumber.sorting
Keeps references to classes that sort results.
SortingFactory(SortingMethod) - Constructor for class net.masterthought.cucumber.sorting.SortingFactory
 
SortingMethod - Enum in net.masterthought.cucumber.sorting
Supported sorting methods.
sortSteps(Collection<StepObject>) - Method in class net.masterthought.cucumber.sorting.SortingFactory
 
sortTags(Collection<TagObject>) - Method in class net.masterthought.cucumber.sorting.SortingFactory
 
Status - Enum in net.masterthought.cucumber.json.support
Defines all possible statuses provided by cucumber library.
StatusCounter - Class in net.masterthought.cucumber.json.support
Keeps information about statuses occurrence.
StatusCounter() - Constructor for class net.masterthought.cucumber.json.support.StatusCounter
 
StatusDeserializer - Class in net.masterthought.cucumber.json.deserializers
Deserializes Status and maps all known but not supported into UNDEFINED status.
StatusDeserializer() - Constructor for class net.masterthought.cucumber.json.deserializers.StatusDeserializer
 
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
 
StepObjectAlphabeticalComparator - Class in net.masterthought.cucumber.sorting
 
StepObjectAlphabeticalComparator() - Constructor for class net.masterthought.cucumber.sorting.StepObjectAlphabeticalComparator
 
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
 
TagObjectAlphabeticalComparator - Class in net.masterthought.cucumber.sorting
 
TagObjectAlphabeticalComparator() - Constructor for class net.masterthought.cucumber.sorting.TagObjectAlphabeticalComparator
 
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
 
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 / ?
Trends - Class in net.masterthought.cucumber
Contains historical information about all and failed features, scenarios and steps.
Trends() - Constructor for class net.masterthought.cucumber.Trends
 
TrendsOverviewPage - Class in net.masterthought.cucumber.generators
 
TrendsOverviewPage(ReportResult, Configuration, Trends) - Constructor for class net.masterthought.cucumber.generators.TrendsOverviewPage
 

U

Util - Class in net.masterthought.cucumber.util
 

V

ValidationException - Exception in net.masterthought.cucumber
Thrown when report cannot be generated.
ValidationException(Exception) - Constructor for exception net.masterthought.cucumber.ValidationException
 
ValidationException(String) - Constructor for exception net.masterthought.cucumber.ValidationException
 
ValidationException(String, 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.
valueOf(String) - Static method in enum net.masterthought.cucumber.sorting.SortingMethod
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.
values() - Static method in enum net.masterthought.cucumber.sorting.SortingMethod
Returns an array containing the constants of this enum type, in the order they are declared.

W

WEB_PAGE - Static variable in class net.masterthought.cucumber.generators.FailuresOverviewPage
 
WEB_PAGE - Static variable in class net.masterthought.cucumber.generators.FeaturesOverviewPage
 
WEB_PAGE - Static variable in class net.masterthought.cucumber.generators.StepsOverviewPage
 
WEB_PAGE - Static variable in class net.masterthought.cucumber.generators.TagsOverviewPage
 
WEB_PAGE - Static variable in class net.masterthought.cucumber.generators.TrendsOverviewPage
 
A B C D E F G H I L M N O P R S T U V W 
Skip navigation links

Copyright © 2017. All rights reserved.