Hi there, I'm starting a small project which uses dependent services, etc. and I'm trying to figure out a good way to unit test the application in different aspects, such as basic method testing, integration tests and user tests.
Is there anyone who has tried to use the interface test case framework in http://groboutils.sourceforge.net together with AbstractMerlinTestCases? If so, how did you manage to delay the instantiation of Interface until merlin have initialized the implementations to test? How do you specify that some unit tests should use stubs, while other tests should use the actual service which the other is dependent on? Is it possible to specify it in different block.xml files, or is it done programmatically? I have read in previous posts that the turbine-fulcrum component is using maven, and also have unit tests which implements AbstractMerlinTestCases. I'm about to look into the framework, but I'm thankful for all examples of merlin unit tests :). Regards, Tobias
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]