On Thu, May 29, 2003 at 11:12:47AM -0600, Chris K Chew wrote: Hi, Cris.
> > > Around here we use Junit and HttpUnit with much success. Using a Junit base > test case that starts Turbine, we can easily test OM classes, services, and > screen classes. could you provide an example of testing some pull tool from a Junit testcase that starts Turbine standalone ? i'm using a junit base testcase from http://jakarta.apache.org/turbine/tdk/testing/standalone.html I have a session based pull Cart large object. import org.apache.turbine.om.security.User; its init(Object data) method starts with User cuser = (User) data; kind regards. Slava > We have looked into cactus a few times, but fail see where it will pay > off -- we can already test Turbine facilities with straight junit, and > httpunit allows us to actually test container compatibility. > > Chris > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
