i've tracked down a problem which i cannot explain at all:
the problem can be fixed by adding the following action bean entry to a transition:
<transition on="answerDetails"...
Type: Posts; User: hamsterofdeath; Keyword(s):
i've tracked down a problem which i cannot explain at all:
the problem can be fixed by adding the following action bean entry to a transition:
<transition on="answerDetails"...
not good. i want to test something like "is variable x set, and does it have value y after switching into state z". a browser doesn't see things like that.
you DO test your flows, don't you?
hi there,
the situation is:
i have running tests extending AbstractTestNGSpringContextTests. what's the easiest way to get from there to run a test on web-flow-level? i don't need mocked...