From: Torben T. <wt...@tr...> - 2003-01-30 09:41:30
|
Hi, I started to use the HttpSession from mockobjects-0.7, and ran into trouble: The thing is that I want to use the httpSession inside of an action and check if it contains an object after that action.. The problem is, that the ExcpectationSet must fulfill all things that the httpSession contains.. But I do only expect, that it contains some object.. Is there any way to solve this? How should the MockHttpSession be used? Torben |