Re: Testify and activation context problems

2009-10-29 Thread Paul Field
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

Re: Testify and activation context problems

2009-10-29 Thread Paul Field
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

Re: Testify and activation context problems

2009-10-27 Thread Angelo Chen
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