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

A

accept(Visitor) - Method in class com.github.robindevilliers.cascade.conditions.AndPredicate
 
accept(Visitor) - Method in class com.github.robindevilliers.cascade.conditions.NotPredicate
 
accept(Visitor) - Method in class com.github.robindevilliers.cascade.conditions.OrPredicate
 
accept(Visitor) - Method in class com.github.robindevilliers.cascade.conditions.StepAtPredicate
 
accept(Visitor) - Method in interface com.github.robindevilliers.cascade.conditions.Visitable
 
accept(Visitor) - Method in class com.github.robindevilliers.cascade.conditions.WithStepPredicate
 
accept(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.FileStateRendering
 
accept(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.ListOfStringsStateRendering
 
accept(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.ListStateRendering
 
accept(Object) - Method in interface com.github.robindevilliers.cascade.modules.reporter.StateRenderingStrategy
 
accept(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.StringStateRendering
 
accept(Object) - Method in interface com.github.robindevilliers.cascade.modules.reporter.TransitionRenderingStrategy
 
add(StateRenderingStrategy) - Method in class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
add(TransitionRenderingStrategy) - Method in class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
AfterAll - Annotation Type in com.github.robindevilliers.cascade.annotations
 
and(Predicate...) - Static method in class com.github.robindevilliers.cascade.conditions.Predicates
 
AndPredicate - Class in com.github.robindevilliers.cascade.conditions
 
AndPredicate(Predicate[]) - Constructor for class com.github.robindevilliers.cascade.conditions.AndPredicate
 

B

BeforeAll - Annotation Type in com.github.robindevilliers.cascade.annotations
 

C

Cascade - Class in com.github.robindevilliers.cascade
 
Cascade(ClasspathScanner, ScenarioFinder, JourneyGenerator, ConstructionStrategy, TestExecutor, FilterStrategy, CompletenessStrategy, Reporter, RenderingSystem) - Constructor for class com.github.robindevilliers.cascade.Cascade
 
CascadeException - Exception in com.github.robindevilliers.cascade.exception
 
CascadeException(String) - Constructor for exception com.github.robindevilliers.cascade.exception.CascadeException
 
CascadeException(String, Throwable) - Constructor for exception com.github.robindevilliers.cascade.exception.CascadeException
 
CascadeRunner - Class in com.github.robindevilliers.cascade
 
CascadeRunner(Class<?>) - Constructor for class com.github.robindevilliers.cascade.CascadeRunner
 
ClasspathScanner - Interface in com.github.robindevilliers.cascade.modules
 
Clear - Annotation Type in com.github.robindevilliers.cascade.annotations
 
collectStaticSuppliedFields(Class, Map<String, Scope>) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
collectSuppliedFields(Object, Map<String, Scope>) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
com.github.robindevilliers.cascade - package com.github.robindevilliers.cascade
 
com.github.robindevilliers.cascade.annotations - package com.github.robindevilliers.cascade.annotations
 
com.github.robindevilliers.cascade.conditions - package com.github.robindevilliers.cascade.conditions
 
com.github.robindevilliers.cascade.events - package com.github.robindevilliers.cascade.events
 
com.github.robindevilliers.cascade.exception - package com.github.robindevilliers.cascade.exception
 
com.github.robindevilliers.cascade.model - package com.github.robindevilliers.cascade.model
 
com.github.robindevilliers.cascade.modules - package com.github.robindevilliers.cascade.modules
 
com.github.robindevilliers.cascade.modules.completeness - package com.github.robindevilliers.cascade.modules.completeness
 
com.github.robindevilliers.cascade.modules.construction - package com.github.robindevilliers.cascade.modules.construction
 
com.github.robindevilliers.cascade.modules.executor - package com.github.robindevilliers.cascade.modules.executor
 
com.github.robindevilliers.cascade.modules.filtering - package com.github.robindevilliers.cascade.modules.filtering
 
com.github.robindevilliers.cascade.modules.generator - package com.github.robindevilliers.cascade.modules.generator
 
com.github.robindevilliers.cascade.modules.reporter - package com.github.robindevilliers.cascade.modules.reporter
 
com.github.robindevilliers.cascade.modules.scanner - package com.github.robindevilliers.cascade.modules.scanner
 
com.github.robindevilliers.cascade.utils - package com.github.robindevilliers.cascade.utils
 
Completeness - Enum in com.github.robindevilliers.cascade
 
CompletenessLevel - Annotation Type in com.github.robindevilliers.cascade.annotations
 
CompletenessStrategy - Interface in com.github.robindevilliers.cascade.modules
 
ConditionalLogic - Class in com.github.robindevilliers.cascade.conditions
 
ConditionalLogic() - Constructor for class com.github.robindevilliers.cascade.conditions.ConditionalLogic
 
ConstructionStrategy - Interface in com.github.robindevilliers.cascade.modules
 
copy(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
copy(Object) - Method in interface com.github.robindevilliers.cascade.modules.reporter.TransitionRenderingStrategy
 
createTestReport() - Method in interface com.github.robindevilliers.cascade.modules.Reporter
 
createTestReport() - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter
 
createTestReport() - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter
 

D

Demands - Annotation Type in com.github.robindevilliers.cascade.annotations
 
DisableReporter - Class in com.github.robindevilliers.cascade.modules.reporter
 
DisableReporter() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.DisableReporter
 
DisableReporter.DisableTestReport - Class in com.github.robindevilliers.cascade.modules.reporter
 
DisableTestReport() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
doIt() - Method in interface com.github.robindevilliers.cascade.utils.Utils.ExceptionalRunnable
 

E

endStep(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
endStep(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
endStep(Object) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
equals(Object) - Method in class com.github.robindevilliers.cascade.conditions.WithStepPredicate
 
equals(Object) - Method in class com.github.robindevilliers.cascade.Scenario
 
EvaluatingVisitor - Class in com.github.robindevilliers.cascade.conditions
 
EvaluatingVisitor(List<Scenario>) - Constructor for class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
executeTest(RunNotifier, Description, List<Object>, Journey, TestReport, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.executor.StandardTestExecutor
 
executeTest(RunNotifier, Description, List<Object>, Journey, TestReport, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.TestExecutor
 

F

Factory - Annotation Type in com.github.robindevilliers.cascade.annotations
 
FileStateRendering - Class in com.github.robindevilliers.cascade.modules.reporter
 
FileStateRendering() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.FileStateRendering
 
filter(List<Journey>) - Method in class com.github.robindevilliers.cascade.modules.completeness.StandardCompletenessStrategy
 
filter(List<Journey>) - Method in interface com.github.robindevilliers.cascade.modules.CompletenessStrategy
 
Filter - Interface in com.github.robindevilliers.cascade.modules.generator
 
FilterStrategy - Interface in com.github.robindevilliers.cascade.modules
 
FilterTests - Annotation Type in com.github.robindevilliers.cascade.annotations
 
findAnnotatedMethod(Class<T>, Object) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
findMethodAnnotation(Class<T>, Class) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
findStaticAnnotatedMethod(Class<T>, Class) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
finish() - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter
 
finish() - Method in interface com.github.robindevilliers.cascade.modules.Reporter
 
finish() - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter
 
finishTest(Journey) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
finishTest(Journey) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
finishTest(Journey) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 

G

generateJourneys(List<Scenario>, Class<?>, Filter, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.generator.StepBackwardsFromTerminatorsJourneyGenerator
 
generateJourneys(List<Scenario>, Class<?>, Filter, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.JourneyGenerator
 
get() - Method in class com.github.robindevilliers.cascade.utils.Reference
 
getClazz() - Method in class com.github.robindevilliers.cascade.Scenario
 
getCompletenessLevel() - Method in class com.github.robindevilliers.cascade.modules.completeness.StandardCompletenessStrategy
 
getCompletenessLevel() - Method in interface com.github.robindevilliers.cascade.modules.CompletenessStrategy
 
getCopy() - Method in class com.github.robindevilliers.cascade.Scope
 
getDescription() - Method in class com.github.robindevilliers.cascade.Cascade
 
getDescription() - Method in class com.github.robindevilliers.cascade.CascadeRunner
 
getDescription() - Method in class com.github.robindevilliers.cascade.model.Journey
 
getFieldValue(Field, Object) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
getId() - Method in class com.github.robindevilliers.cascade.model.Journey
 
getIndex() - Method in class com.github.robindevilliers.cascade.conditions.StepAtPredicate
 
getName() - Method in class com.github.robindevilliers.cascade.model.Journey
 
getName() - Method in class com.github.robindevilliers.cascade.Scenario
 
getNarrative() - Method in class com.github.robindevilliers.cascade.Scenario
 
getPredicate() - Method in class com.github.robindevilliers.cascade.conditions.NotPredicate
 
getPredicates() - Method in class com.github.robindevilliers.cascade.conditions.AndPredicate
 
getPredicates() - Method in class com.github.robindevilliers.cascade.conditions.OrPredicate
 
getReEntrantCount() - Method in class com.github.robindevilliers.cascade.Scenario
 
getResult() - Method in class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
getSimpleName() - Method in class com.github.robindevilliers.cascade.Scenario
 
getStateClazz() - Method in class com.github.robindevilliers.cascade.Scenario
 
getStateRenderingStrategy() - Method in class com.github.robindevilliers.cascade.Scope
 
getStep() - Method in class com.github.robindevilliers.cascade.conditions.StepAtPredicate
 
getStep() - Method in class com.github.robindevilliers.cascade.conditions.WithStepPredicate
 
getSteps() - Method in class com.github.robindevilliers.cascade.model.Journey
 
getSteps() - Method in class com.github.robindevilliers.cascade.Scenario
 
getSubTypesOf(Class) - Method in interface com.github.robindevilliers.cascade.modules.ClasspathScanner
 
getSubTypesOf(Class) - Method in class com.github.robindevilliers.cascade.modules.scanner.ReflectionsClasspathScanner
 
getTransitionRenderingStrategy() - Method in class com.github.robindevilliers.cascade.Scope
 
getTypesAnnotatedWith(Class<? extends Annotation>) - Method in interface com.github.robindevilliers.cascade.modules.ClasspathScanner
 
getTypesAnnotatedWith(Class<? extends Annotation>) - Method in class com.github.robindevilliers.cascade.modules.scanner.ReflectionsClasspathScanner
 
getValue() - Method in class com.github.robindevilliers.cascade.Scope
 
getValueOfFieldAnnotatedWith(Object, Class) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
getValuesOfFieldsAnnotatedWith(Object, Class, Class<T>) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
Given - Annotation Type in com.github.robindevilliers.cascade.annotations
 

H

handle(Object) - Method in interface com.github.robindevilliers.cascade.events.Handler
 
handle(Object) - Method in class com.github.robindevilliers.cascade.events.WaitASecond
 
handle(Object) - Method in class com.github.robindevilliers.cascade.events.WaitTenSeconds
 
Handler - Interface in com.github.robindevilliers.cascade.events
 
handleUnknownException(RuntimeException, Journey) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
handleUnknownException(RuntimeException, Journey) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
handleUnknownException(RuntimeException, Journey) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
hashCode() - Method in class com.github.robindevilliers.cascade.conditions.WithStepPredicate
 
hashCode() - Method in class com.github.robindevilliers.cascade.Scenario
 
HtmlReporter - Class in com.github.robindevilliers.cascade.modules.reporter
 
HtmlReporter() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter
 
HtmlReporter.HtmlTestReport - Class in com.github.robindevilliers.cascade.modules.reporter
 

I

init(Class<?>) - Method in class com.github.robindevilliers.cascade.Cascade
 
init(int) - Method in class com.github.robindevilliers.cascade.model.Journey
 
init(Class<?>, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.completeness.StandardCompletenessStrategy
 
init(Class<?>, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.CompletenessStrategy
 
init(Class<?>, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.executor.StandardTestExecutor
 
init(Class<?>, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.filtering.StandardFilterStrategy
 
init(Class<?>, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.FilterStrategy
 
init(ConditionalLogic) - Method in class com.github.robindevilliers.cascade.modules.generator.StepBackwardsFromTerminatorsJourneyGenerator
 
init(ConditionalLogic) - Method in interface com.github.robindevilliers.cascade.modules.JourneyGenerator
 
init(Class<?>, List<Scenario>, Map<String, Scope>, Completeness, RenderingSystem) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter
 
init(Class<?>, List<Scenario>, Map<String, Scope>, Completeness, RenderingSystem) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter
 
init(Class<?>, List<Scenario>, Map<String, Scope>, Completeness, RenderingSystem) - Method in interface com.github.robindevilliers.cascade.modules.Reporter
 
init(Class<?>, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
init(Class<?>, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.TestExecutor
 
initialise(String) - Method in interface com.github.robindevilliers.cascade.modules.ClasspathScanner
 
initialise(String) - Method in class com.github.robindevilliers.cascade.modules.scanner.ReflectionsClasspathScanner
 
injectDemandedFields(Object, Map<String, Scope>) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
injectStaticDemandedFields(Class, Map<String, Scope>) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
invokeAnnotatedMethod(Class<T>, Object, Class[], Object[]) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
invokeAnnotatedMethod(Class<T>, Object) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
invokeStaticAnnotatedMethod(Class<T>, Class, Class[], Object[]) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
isGlobal() - Method in class com.github.robindevilliers.cascade.Scope
 
isReEntrantTerminator() - Method in class com.github.robindevilliers.cascade.Scenario
 
isTerminator() - Method in class com.github.robindevilliers.cascade.Scenario
 

J

Journey - Class in com.github.robindevilliers.cascade.model
 
Journey(List<Scenario>, Class<?>) - Constructor for class com.github.robindevilliers.cascade.model.Journey
 
JourneyGenerator - Interface in com.github.robindevilliers.cascade.modules
 

L

Limit - Annotation Type in com.github.robindevilliers.cascade.annotations
 
ListOfStringsStateRendering - Class in com.github.robindevilliers.cascade.modules.reporter
 
ListOfStringsStateRendering() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.ListOfStringsStateRendering
 
ListStateRendering - Class in com.github.robindevilliers.cascade.modules.reporter
 
ListStateRendering() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.ListStateRendering
 

M

map(String, T) - Static method in class com.github.robindevilliers.cascade.utils.Utils
 
match(Journey) - Method in class com.github.robindevilliers.cascade.modules.filtering.StandardFilterStrategy
 
match(Journey) - Method in interface com.github.robindevilliers.cascade.modules.FilterStrategy
 
match(Journey) - Method in interface com.github.robindevilliers.cascade.modules.generator.Filter
 
matches(Predicate, List<Scenario>) - Method in class com.github.robindevilliers.cascade.conditions.ConditionalLogic
 
mergeTestReport() - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
mergeTestReport() - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
mergeTestReport() - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 

N

Narrative - Annotation Type in com.github.robindevilliers.cascade.annotations
 
newInstance(Class, String) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
not(Predicate) - Static method in class com.github.robindevilliers.cascade.conditions.Predicates
 
NotPredicate - Class in com.github.robindevilliers.cascade.conditions
 
NotPredicate(Predicate) - Constructor for class com.github.robindevilliers.cascade.conditions.NotPredicate
 
Null() - Constructor for class com.github.robindevilliers.cascade.annotations.Step.Null
 
Null - Static variable in annotation type com.github.robindevilliers.cascade.annotations.Then
 
Null - Static variable in annotation type com.github.robindevilliers.cascade.annotations.When
 

O

OnlyRunWith - Annotation Type in com.github.robindevilliers.cascade.annotations
 
or(Predicate...) - Static method in class com.github.robindevilliers.cascade.conditions.Predicates
 
OrPredicate - Class in com.github.robindevilliers.cascade.conditions
 
OrPredicate(Predicate[]) - Constructor for class com.github.robindevilliers.cascade.conditions.OrPredicate
 

P

Parallelize - Annotation Type in com.github.robindevilliers.cascade.annotations
 
Predicate - Interface in com.github.robindevilliers.cascade.conditions
 
Predicates - Class in com.github.robindevilliers.cascade.conditions
 
Predicates() - Constructor for class com.github.robindevilliers.cascade.conditions.Predicates
 
printException(String, Throwable) - Static method in class com.github.robindevilliers.cascade.utils.Utils
 
Profile - Annotation Type in com.github.robindevilliers.cascade.annotations
 

R

ReEntrantTerminator - Annotation Type in com.github.robindevilliers.cascade.annotations
 
Reference<T> - Class in com.github.robindevilliers.cascade.utils
 
Reference() - Constructor for class com.github.robindevilliers.cascade.utils.Reference
 
Reference(T) - Constructor for class com.github.robindevilliers.cascade.utils.Reference
 
ReflectionsClasspathScanner - Class in com.github.robindevilliers.cascade.modules.scanner
 
ReflectionsClasspathScanner() - Constructor for class com.github.robindevilliers.cascade.modules.scanner.ReflectionsClasspathScanner
 
ReflectionUtils - Class in com.github.robindevilliers.cascade.utils
 
ReflectionUtils() - Constructor for class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
render(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.FileStateRendering
 
render(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.ListOfStringsStateRendering
 
render(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.ListStateRendering
 
render(Object) - Method in interface com.github.robindevilliers.cascade.modules.reporter.StateRenderingStrategy
 
render(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.StringStateRendering
 
render(Object, Object) - Method in interface com.github.robindevilliers.cascade.modules.reporter.TransitionRenderingStrategy
 
RenderingSystem - Class in com.github.robindevilliers.cascade.modules.reporter
 
RenderingSystem() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
renderState(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
renderTransition(Object, Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.RenderingSystem
 
Reporter - Interface in com.github.robindevilliers.cascade.modules
 
run(RunNotifier) - Method in class com.github.robindevilliers.cascade.Cascade
 
run(RunNotifier) - Method in class com.github.robindevilliers.cascade.CascadeRunner
 

S

Scan - Annotation Type in com.github.robindevilliers.cascade.annotations
 
Scenario - Class in com.github.robindevilliers.cascade
 
Scenario(Class<?>, Class<?>) - Constructor for class com.github.robindevilliers.cascade.Scenario
 
ScenarioFinder - Class in com.github.robindevilliers.cascade
 
ScenarioFinder() - Constructor for class com.github.robindevilliers.cascade.ScenarioFinder
 
Scope - Class in com.github.robindevilliers.cascade
 
Scope(Object, StateRenderingStrategy, TransitionRenderingStrategy) - Constructor for class com.github.robindevilliers.cascade.Scope
 
Scope(Object) - Constructor for class com.github.robindevilliers.cascade.Scope
 
set(T) - Method in class com.github.robindevilliers.cascade.utils.Reference
 
setCopy(Object) - Method in class com.github.robindevilliers.cascade.Scope
 
setFieldValue(Field, Object, Object) - Static method in class com.github.robindevilliers.cascade.utils.ReflectionUtils
 
setGlobal() - Method in class com.github.robindevilliers.cascade.Scope
 
Setup - Annotation Type in com.github.robindevilliers.cascade.annotations
 
setup(Class<?>, Journey, Reference<Object>, Reference<List<Object>>, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.construction.StandardConstructionStrategy
 
setup(Class<?>, Journey, Reference<Object>, Reference<List<Object>>, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.ConstructionStrategy
 
setupTest(Journey, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
setupTest(Journey, Map<String, Scope>) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
setupTest(Journey, Map<String, Scope>) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
setWhenSuccess(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
setWhenSuccess(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
setWhenSuccess(Object) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
sleep(long) - Static method in class com.github.robindevilliers.cascade.utils.Utils
 
StandardCompletenessStrategy - Class in com.github.robindevilliers.cascade.modules.completeness
 
StandardCompletenessStrategy() - Constructor for class com.github.robindevilliers.cascade.modules.completeness.StandardCompletenessStrategy
 
StandardConstructionStrategy - Class in com.github.robindevilliers.cascade.modules.construction
 
StandardConstructionStrategy() - Constructor for class com.github.robindevilliers.cascade.modules.construction.StandardConstructionStrategy
 
StandardFilterStrategy - Class in com.github.robindevilliers.cascade.modules.filtering
 
StandardFilterStrategy(ConditionalLogic) - Constructor for class com.github.robindevilliers.cascade.modules.filtering.StandardFilterStrategy
 
StandardTestExecutor - Class in com.github.robindevilliers.cascade.modules.executor
 
StandardTestExecutor() - Constructor for class com.github.robindevilliers.cascade.modules.executor.StandardTestExecutor
 
start() - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter
 
start() - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter
 
start() - Method in interface com.github.robindevilliers.cascade.modules.Reporter
 
startTest(Journey, Reference<Object>, Reference<List<Object>>) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
startTest(Journey, Reference<Object>, Reference<List<Object>>) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
startTest(Journey, Reference<Object>, Reference<List<Object>>) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
StateRenderingRule - Annotation Type in com.github.robindevilliers.cascade.annotations
 
StateRenderingStrategy - Interface in com.github.robindevilliers.cascade.modules.reporter
 
Step - Annotation Type in com.github.robindevilliers.cascade.annotations
 
Step.Null - Class in com.github.robindevilliers.cascade.annotations
 
stepAt(int, Class) - Static method in class com.github.robindevilliers.cascade.conditions.Predicates
 
StepAtPredicate - Class in com.github.robindevilliers.cascade.conditions
 
StepAtPredicate(int, Class) - Constructor for class com.github.robindevilliers.cascade.conditions.StepAtPredicate
 
StepBackwardsFromTerminatorsJourneyGenerator - Class in com.github.robindevilliers.cascade.modules.generator
 
StepBackwardsFromTerminatorsJourneyGenerator() - Constructor for class com.github.robindevilliers.cascade.modules.generator.StepBackwardsFromTerminatorsJourneyGenerator
 
stepBegin(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepBegin(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepBegin(Object) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
StepHandler - Annotation Type in com.github.robindevilliers.cascade.annotations
 
StepPostHandler - Annotation Type in com.github.robindevilliers.cascade.annotations
 
StepPreHandler - Annotation Type in com.github.robindevilliers.cascade.annotations
 
stepThenBegin(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepThenBegin(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepThenBegin(Object, Method) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
stepThenEnd(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepThenEnd(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepThenEnd(Object, Method) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
stepThenInvocationException(Object, Method, InvocationTargetException) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepThenInvocationException(Object, Method, InvocationTargetException) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepThenInvocationException(Object, Method, InvocationTargetException) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
stepThenSuccess(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepThenSuccess(Object) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepThenSuccess(Object) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
stepWhenBegin(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepWhenBegin(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepWhenBegin(Object, Method) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
stepWhenEnd(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepWhenEnd(Object, Method) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepWhenEnd(Object, Method) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
stepWhenInvocationException(Object, Method, InvocationTargetException) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
stepWhenInvocationException(Object, Method, InvocationTargetException) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
stepWhenInvocationException(Object, Method, InvocationTargetException) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
StringStateRendering - Class in com.github.robindevilliers.cascade.modules.reporter
 
StringStateRendering() - Constructor for class com.github.robindevilliers.cascade.modules.reporter.StringStateRendering
 
success(Journey) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
success(Journey) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
success(Journey) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
Supplies - Annotation Type in com.github.robindevilliers.cascade.annotations
 

T

Teardown - Annotation Type in com.github.robindevilliers.cascade.annotations
 
tearDown(Reference<Object>, Journey, Reference<List<Object>>) - Method in class com.github.robindevilliers.cascade.modules.construction.StandardConstructionStrategy
 
tearDown(Reference<Object>, Journey, Reference<List<Object>>) - Method in interface com.github.robindevilliers.cascade.modules.ConstructionStrategy
 
tearDown(Reference<Object>, Reference<List<Object>>) - Method in class com.github.robindevilliers.cascade.modules.reporter.DisableReporter.DisableTestReport
 
tearDown(Reference<Object>, Reference<List<Object>>) - Method in class com.github.robindevilliers.cascade.modules.reporter.HtmlReporter.HtmlTestReport
 
tearDown(Reference<Object>, Reference<List<Object>>) - Method in interface com.github.robindevilliers.cascade.modules.TestReport
 
Terminator - Annotation Type in com.github.robindevilliers.cascade.annotations
 
TestExecutor - Interface in com.github.robindevilliers.cascade.modules
 
TestReport - Interface in com.github.robindevilliers.cascade.modules
 
Then - Annotation Type in com.github.robindevilliers.cascade.annotations
 
TransitionRenderingRule - Annotation Type in com.github.robindevilliers.cascade.annotations
 
TransitionRenderingStrategy - Interface in com.github.robindevilliers.cascade.modules.reporter
 

U

Utils - Class in com.github.robindevilliers.cascade.utils
 
Utils() - Constructor for class com.github.robindevilliers.cascade.utils.Utils
 
Utils.ExceptionalRunnable<T> - Interface in com.github.robindevilliers.cascade.utils
 

V

valueOf(String) - Static method in enum com.github.robindevilliers.cascade.Completeness
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.github.robindevilliers.cascade.Completeness
Returns an array containing the constants of this enum type, in the order they are declared.
visit(AndPredicate) - Method in class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
visit(OrPredicate) - Method in class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
visit(WithStepPredicate) - Method in class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
visit(StepAtPredicate) - Method in class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
visit(NotPredicate) - Method in class com.github.robindevilliers.cascade.conditions.EvaluatingVisitor
 
visit(AndPredicate) - Method in interface com.github.robindevilliers.cascade.conditions.Visitor
 
visit(OrPredicate) - Method in interface com.github.robindevilliers.cascade.conditions.Visitor
 
visit(WithStepPredicate) - Method in interface com.github.robindevilliers.cascade.conditions.Visitor
 
visit(StepAtPredicate) - Method in interface com.github.robindevilliers.cascade.conditions.Visitor
 
visit(NotPredicate) - Method in interface com.github.robindevilliers.cascade.conditions.Visitor
 
Visitable - Interface in com.github.robindevilliers.cascade.conditions
 
Visitor - Interface in com.github.robindevilliers.cascade.conditions
 

W

WaitASecond - Class in com.github.robindevilliers.cascade.events
 
WaitASecond() - Constructor for class com.github.robindevilliers.cascade.events.WaitASecond
 
WaitTenSeconds - Class in com.github.robindevilliers.cascade.events
 
WaitTenSeconds() - Constructor for class com.github.robindevilliers.cascade.events.WaitTenSeconds
 
When - Annotation Type in com.github.robindevilliers.cascade.annotations
 
withStep(Class) - Static method in class com.github.robindevilliers.cascade.conditions.Predicates
 
WithStepPredicate - Class in com.github.robindevilliers.cascade.conditions
 
WithStepPredicate(Class) - Constructor for class com.github.robindevilliers.cascade.conditions.WithStepPredicate
 
wrapChecked(Utils.ExceptionalRunnable) - Static method in class com.github.robindevilliers.cascade.utils.Utils
 
A B C D E F G H I J L M N O P R S T U V W 
Skip navigation links