All of these classes are works in progress, the whole API is just too
big to finish at once. In the short ternm, I'd suggest just applying the
fixes you need. We're working on a better solution.
S.
David Carlson wrote:
> I am testing a custom jsp tag which uses the pageContext.getAttribute(...)
> methods to find its data. Looking at the source of MockPageContext at
> Sourceforge, very few methods are implemented. Even verify() does nothing!
> Is this by design?
>
> It seems as though MockPageContext should have hashes for the different
> scopes(page,req,session,app). Then the rest of the methods in PageContext
> could be implemented, and my tests would run.
>
> Is there another way I should approach testing this tag?
> Should these methods be implemented?
> Should I just extend this class for now?
>
> Thanks!
> David Carlson
>
>
>
>
> -------------------------------------------------------
> Enterprise Linux Forum Conference & Expo, June 4-6, 2003, Santa Clara
> The only event dedicated to issues related to Linux enterprise solutions
> www.enterpriselinuxforum.com
>
> _______________________________________________
> Mockobjects-java-users mailing list
> Moc...@li...
> https://lists.sourceforge.net/lists/listinfo/mockobjects-java-users
|