On Fri, 2002-03-22 at 12:53, David Sean Taylor wrote: > I would like to run junit tests (not cactus) that test my services (they > are Turbine services). > How can I bootstrap the bare minimal Turbine services in order to run my > tests? > Can this be done without a TR.p > > Im using Turbine 2.2 b1
If you look at the dvsl service test in fulcrum you'll see that you don't even need to start the service framework to test the service itself. Just instantiate the implementation class in your harness and run the tests. The dvsl test is a good example. > Thanks, > > David > > > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- jvz. Jason van Zyl [EMAIL PROTECTED] http://tambora.zenplex.org -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>