Thanks for the kind words!
We've experimented with an implementation of Abstract Test Case, where
you build an abstract base context with all the test methods, and then
subclass it into concrete contexts that describe the variation in
Setup.
See igloo's own tests, most specifically abstract_tests.cpp and
sequence_container_tests.cpp, that both use SubContext to reuse test
methods.
Would that help you forward?
Thanks,
- Kim
On Sat, May 29, 2010 at 12:11, Kim Gräsman <kim.g...@gmail.com> wrote:
>
> We've experimented with an implementation of Abstract Test Case, where
> you build an abstract base context with all the test methods, and then
> subclass it into concrete contexts that describe the variation in
> Setup.
... that this is an experiment, and we can't commit to keeping
SubContext or the exact base class construct (ContextProvider<T,
ContextBase>) stable. Maybe something better comes up.
Cheers,
- Kim