Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 24 by
dich....@gmail.com: unable to define both: custom package
and custom instantiation strategy
http://code.google.com/p/givwenzen/issues/detail?id=24
What steps will reproduce the problem?
1. Set for executor the both: custom basic package name and custom
instantiaton strategy.
For example: executor =
GivWenZenExecutorCreator.instance().stepClassBasePackage("my.package.") .customInstantiationStrategies(new
MyStrategy()).create();
What is the expected output? What do you see instead?
Expected: GivWenZen object looks in the custom defined package.
Got: GivWenZen object looks in the default package.
What version of the product are you using? On what operating system?
v1.0.2 (Win 7 x86)
Please provide any additional information below.
Tried to to set domainStepFinder(new DomainStepFinder("my.package.")) - the
same result