JavaScript is disabled on your browser.
A B C D F G T W
A
and(T) - Static method in class fluent.dsl.bdd.Bdd
and() should mean additional action to be automated and later verified using then().
andThen(T) - Static method in class fluent.dsl.bdd.Bdd
andThen() should mean additional validation step to perform.
B
Bdd - Class in fluent.dsl.bdd
Simple BDD static starting methods giving possibility to use any DSL in BDD way, e.g. if a DSL object
allows following chaining:
tester.injectsMessage("Hello world!")
C
Constant - Annotation Type in fluent.dsl
Special annotation that causes not to generate method based on the annotation (standard behavior),
but instead generate singleton class providing syntactic sugar of a bit different type.
D
Dsl - Annotation Type in fluent.dsl
Basic annotation, that has 2 main features:
1.
F
fluent.dsl - package fluent.dsl
fluent.dsl.bdd - package fluent.dsl.bdd
G
Given(T) - Static method in class fluent.dsl.bdd.Bdd
Given() should mean that there is some pre-requisite for the action, that may need to be st-up
by some code.
T
then(T) - Static method in class fluent.dsl.bdd.Bdd
then() should mean validation step to perform.
then - Annotation Type in fluent.dsl.bdd
Ready to use BDD "keyword" for code generation of fluent DSL for validation.
then.andThen - Annotation Type in fluent.dsl.bdd
W
When(T) - Static method in class fluent.dsl.bdd.Bdd
When() should mean the action to be automated and later verified using then().
When - Annotation Type in fluent.dsl.bdd
Ready to use BDD "keyword" for code generation of fluent DSL for actions and pre-requisities.
When.and - Annotation Type in fluent.dsl.bdd
When.Given - Annotation Type in fluent.dsl.bdd
A B C D F G T W
Copyright © 2020. All rights reserved.