Skip navigation links
C E F G H I M N O P R S T U V 

C

ClassNamingScheme - Interface in com.github.timm.cucumber.generate.name
 
ClassNamingSchemeFactory - Class in com.github.timm.cucumber.generate.name
Factory for ClassNamingSchemebased on a name.
ClassNamingSchemeFactory(Counter) - Constructor for class com.github.timm.cucumber.generate.name.ClassNamingSchemeFactory
 
com.github.timm.cucumber.generate - package com.github.timm.cucumber.generate
 
com.github.timm.cucumber.generate.filter - package com.github.timm.cucumber.generate.filter
 
com.github.timm.cucumber.generate.name - package com.github.timm.cucumber.generate.name
 
com.github.timm.cucumber.options - package com.github.timm.cucumber.options
 
Counter - Interface in com.github.timm.cucumber.generate.name
 
create(ParallelScheme) - Method in class com.github.timm.cucumber.generate.CucumberITGeneratorFactory
Create a CucumberITGenerator based on the given parallel scheme.
create(String, String) - Method in class com.github.timm.cucumber.generate.name.ClassNamingSchemeFactory
Create a ClassNamingScheme based on the given name.
CucumberITGenerator - Interface in com.github.timm.cucumber.generate
 
CucumberITGeneratorByFeature - Class in com.github.timm.cucumber.generate
Deprecated.
Generating runners by feature is deprecated, creating runners per scenario is preferred. This class shall be removed in a future version.
CucumberITGeneratorByFeature(FileGeneratorConfig, OverriddenCucumberOptionsParameters, ClassNamingScheme) - Constructor for class com.github.timm.cucumber.generate.CucumberITGeneratorByFeature
Deprecated.
 
CucumberITGeneratorByScenario - Class in com.github.timm.cucumber.generate
Generates Cucumber runner files using configuration from FileGeneratorConfig containing parameters passed into the Maven Plugin configuration.
CucumberITGeneratorByScenario(FileGeneratorConfig, OverriddenCucumberOptionsParameters, ClassNamingScheme) - Constructor for class com.github.timm.cucumber.generate.CucumberITGeneratorByScenario
 
CucumberITGeneratorFactory - Class in com.github.timm.cucumber.generate
 
CucumberITGeneratorFactory(FileGeneratorConfig, OverriddenCucumberOptionsParameters, ClassNamingScheme) - Constructor for class com.github.timm.cucumber.generate.CucumberITGeneratorFactory
 

E

execute() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
Called by Maven to run this mojo after parameters have been injected.
execute() - Method in class com.github.timm.cucumber.generate.HelpMojo

F

FeatureFileClassNamingScheme - Class in com.github.timm.cucumber.generate.name
Generates a class name based on the feature file filename.
FeatureFileClassNamingScheme() - Constructor for class com.github.timm.cucumber.generate.name.FeatureFileClassNamingScheme
 
FileGeneratorConfig - Interface in com.github.timm.cucumber.generate
 
filterFeaturesByTags() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
filterFeaturesByTags() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 

G

generate(String) - Method in interface com.github.timm.cucumber.generate.name.ClassNamingScheme
 
generate(String) - Method in class com.github.timm.cucumber.generate.name.FeatureFileClassNamingScheme
Generate a class name based on the supplied feature file.
generate(String) - Method in class com.github.timm.cucumber.generate.name.PatternNamingScheme
 
generateCucumberITFiles(File, Collection<File>) - Method in interface com.github.timm.cucumber.generate.CucumberITGenerator
Generates Cucumber runners.
generateCucumberITFiles(File, Collection<File>) - Method in class com.github.timm.cucumber.generate.CucumberITGeneratorByFeature
Deprecated.
Generates a single Cucumber runner for each separate feature file.
generateCucumberITFiles(File, Collection<File>) - Method in class com.github.timm.cucumber.generate.CucumberITGeneratorByScenario
Generates a Cucumber runner for each scenario, or example in a scenario outline.
GenerateRunnersMojo - Class in com.github.timm.cucumber.generate
Goal which generates a Cucumber JUnit runner for each Gherkin feature file in your project.
GenerateRunnersMojo() - Constructor for class com.github.timm.cucumber.generate.GenerateRunnersMojo
 
getCucumberOutputDir() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
getCucumberOutputDir() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 
getEncoding() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
getEncoding() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 
getFeaturesDirectory() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
getFeaturesDirectory() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 
getFilters() - Method in class com.github.timm.cucumber.options.RuntimeOptions
 
getGlue() - Method in class com.github.timm.cucumber.options.RuntimeOptions
 
getLog() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
getNamingPattern() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
getNamingPattern() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 
getNamingScheme() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
getNamingScheme() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 
getPluginNames() - Method in class com.github.timm.cucumber.options.RuntimeOptions
 

H

HelpMojo - Class in com.github.timm.cucumber.generate
Display help information on cucumber-jvm-parallel-plugin.
Call mvn cucumber-jvm-parallel:help -Ddetail=true -Dgoal=<goal-name> to display parameter details.
HelpMojo() - Constructor for class com.github.timm.cucumber.generate.HelpMojo
 

I

isDryRun() - Method in class com.github.timm.cucumber.options.RuntimeOptions
 
isMonochrome() - Method in class com.github.timm.cucumber.options.RuntimeOptions
 
isStrict() - Method in class com.github.timm.cucumber.options.RuntimeOptions
 

M

matchingScenariosAndExamples(Feature) - Method in class com.github.timm.cucumber.generate.filter.TagFilter
Find the scenarios that match the required tags in the feature.

N

next() - Method in interface com.github.timm.cucumber.generate.name.Counter
 
next() - Method in class com.github.timm.cucumber.generate.name.OneUpCounter
 

O

OneUpCounter - Class in com.github.timm.cucumber.generate.name
 
OneUpCounter() - Constructor for class com.github.timm.cucumber.generate.name.OneUpCounter
 

P

ParallelScheme - Enum in com.github.timm.cucumber.generate
 
parse(String) - Static method in class com.github.timm.cucumber.options.Shellwords
 
parseTags(List<String>) - Static method in class com.github.timm.cucumber.options.TagParser
 
PatternNamingScheme - Class in com.github.timm.cucumber.generate.name
Generate a Class Name based on a pattern.
PatternNamingScheme(String, Counter, ClassNamingScheme) - Constructor for class com.github.timm.cucumber.generate.name.PatternNamingScheme
 

R

RuntimeOptions - Class in com.github.timm.cucumber.options
Copyright (c) 2008-2014 The Cucumber Organisation.
RuntimeOptions(String) - Constructor for class com.github.timm.cucumber.options.RuntimeOptions
Create a new instance from a string of options, for example:
RuntimeOptions(List<String>) - Constructor for class com.github.timm.cucumber.options.RuntimeOptions
Create a new instance from a list of options, for example:

S

Shellwords - Class in com.github.timm.cucumber.options
Copyright (c) 2008-2014 The Cucumber Organisation Copy of Cucumber Shellwords
Shellwords() - Constructor for class com.github.timm.cucumber.options.Shellwords
 
splitQuotedTagsIntoParts(String) - Static method in class com.github.timm.cucumber.options.TagParser
 

T

TagFilter - Class in com.github.timm.cucumber.generate.filter
The TagFilter is responsible for identifying matching Scenarios/Outline Examples that match the given set of tags.
TagFilter(String) - Constructor for class com.github.timm.cucumber.generate.filter.TagFilter
Constructor.
TagParser - Class in com.github.timm.cucumber.options
 
TagParser() - Constructor for class com.github.timm.cucumber.options.TagParser
 

U

useTestNG() - Method in interface com.github.timm.cucumber.generate.FileGeneratorConfig
 
useTestNG() - Method in class com.github.timm.cucumber.generate.GenerateRunnersMojo
 

V

valueOf(String) - Static method in enum com.github.timm.cucumber.generate.ParallelScheme
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.timm.cucumber.generate.ParallelScheme
Returns an array containing the constants of this enum type, in the order they are declared.
C E F G H I M N O P R S T U V 
Skip navigation links

Copyright © 2015-2016. All Rights Reserved.