Package io.cucumber.needle
Enables dependency injection by Needle
By including the cucumber-needle on your CLASSPATH
your step definitions will be instantiated by
Needle..
-
Interface Summary Interface Description InjectionProviderInstancesSupplier Supplies a Set of InjectionProvider instances that are created outside theNeedleFactorylifecycle. -
Class Summary Class Description NeedleFactory Needle factory for object resolution inside of cucumber tests. -
Annotation Types Summary Annotation Type Description NeedleInjectionProvider Annotation to mark InjectionProviders in the cucumber glue or cucumber steps.