Re: Wicket + Guice + unittests

2012-10-10 Thread Ronan O'Connell
Hi Daniel, I'm using Guice in a couple of wicket projects though my understanding of it is a little limited! My set-up matches yours except that in my unit test setup I call injectMembers : @Before public void setUp() { final StubProjectorApplication stubApplication = new

Re: Unit Test InMethod DataGrid

2010-06-04 Thread Ronan O'Connell
Thank you very much Nino and Kent, I've read about Wicketpagetest before and I've been planning to try it out. Looks like now is my chance :-) Ronan On 04/06/2010 02:16, Kent Tong wrote: Hi Ronan, Looking at the output of WicketTester.debugComponentTrees() I can see that the grid row is th

Unit Test InMethod DataGrid

2010-06-03 Thread Ronan O'Connell
Hi, Does anybody know how to check the values of individual cells of an InMethod DataGrid/Treedrid. in a unit test? Looking at the output of WicketTester.debugComponentTrees() I can see that the grid row is the deepest level with a wicket id: NFO - BaseWicketTester - path pan