Make RecheckOptionsBuilder
more generalized and robust
#432
Labels
enhancement
New feature or request
RecheckOptionsBuilder
more generalized and robust
#432
Since, apparently, we extend the
RecheckOptionsBuilder
byRecheckWebOptionsBuilder
we need to make sure, that it can handle such. With the current implementation (as of v1.5.0) the usage of the builder is really restricted, such that one first has to set all specificRecheck*Options
and then proceed to the commonRecheckOptions
.Example from retest/recheck-web#349:
That means that the builder must use generics such that it returns a
self
and construct theRecheck*Options
accordingly.Generally that means to have something like an abstract builder:
For RecheckOptions:
For RecheckWebOptions:
The text was updated successfully, but these errors were encountered: