Hi everyone,

I'm using an extended PageLink which overrides the isVisible().

Now I want to test it with the wickettester as a PageLink. This gives an
unclear error message: 'unexpected'.

What happens is that the tester tries to get the IPageLink from the PageLink
with reflection, but because the pageLink is private it will not get it for
the subclass.

Maybe the access rights can be changed or the class should have another
mechanism to view it's IPageLink.

Or can I do it another way ?

Thanks.

-- 
Herman Suijs

Reply via email to