Hi Angelo,
> I attempted to do some page/component testings with PageTester, finally
gave
> up, lately tried again with Testify, and gave up as well, following the
> tutorials, it works, but when trying to apply the test to an existing
> project, can not make it work, probably we need some more t
Hi Mats,
> I use Testify to smoke test our pages, and currently I have
> problems with a non-empty onActivate() function:
>
> public Object onActivate(Long id) {
> // ...
> }
>
> What do I need to mock to get this onActivate() function to
> be called?
To get the onActivate calle
Hi,
I attempted to do some page/component testings with PageTester, finally gave
up, lately tried again with Testify, and gave up as well, following the
tutorials, it works, but when trying to apply the test to an existing
project, can not make it work, probably we need some more tutorials to mak