Hi,
My interface has actions, say Start(), B(), C(), D(), End().
I want to generate tests that start with Start() and ends with End(). In between Start and End, I want B() or D() but not C(). How do I specify this in my cord without declaring "except" in the config. Of course, I do not want to explicitly enumerate
all actions in my cord.
Any thoughts?
Thanks,
Dharma