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
nsubscr...@tapestry.apache.org > For additional commands, e-mail: users-h...@tapestry.apache.org > > > -- View this message in context: http://www.nabble.com/Testify-and-activation-context-problems-tp26057369p26075146.h

Testify and activation context problems

2009-10-26 Thread Mats Henricson
Hi! 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? Mats