[T5] Testing Pages with injected Spring beans

View: Old framed views
9 Messages — Rating Filter:   Alert me  
[T5] Testing Pages with injected Spring beans - Is the following still the best way to inject Spring beans into a page when... Loading...
Is there a problem using tapestry-spring.jar? Olle 2008/12/17 mraible <matt@...> > > Is the... Loading...
I have tapestry-spring in my pom.xml and TapestrySpringFilter in my web.xml, but neither of those helps me with testing.... Loading...
We use tapestry-spring and use PageTester to test our pages and this is how we get around the Spring injection. For... Loading...
Thanks, that works when I create a MockUserManagerImpl. import org.apache.tapestry5.ioc.ServiceBinder; import... Loading...
To complete this thread, here's the source for both my unit and integration tests. The test is the same for both, but... Loading...
Matt, Glad you're getting a chance to go under the covers with T5. I'd like to follow up on this issue ... but I'm... Loading...
Em Wed, 17 Dec 2008 14:20:26 -0300, mraible <matt@...> escreveu: > Is the following still the best... Loading...
Is it possible to get the Page class itself from PageTester? I only see the ability to get the Document using... Loading...