Alex Karasulu wrote:

Does there exist a PUnit like testing framework for Merlin?


Merlin does not require a test framework such as PUnit. Instead you simply need to write a block directive that kicks off a test consumer component that execerces your main components. For example, you could have the following project structure:


 /my-project
   /api
   /impl
   /test

The api would generate the project api jar, the impl would include component unit tests and generate the impl jar, and the /text directory would include components that you would use to test the service implmentations. You can tie the deployment test into an automated sequence by using the merlin:simulate or merlin:deploy goals inside your test project.

Stephen.





Thanks,

ALex





--


Stephen J. McConnell
mailto:[EMAIL PROTECTED]
http://www.osm.net

Sent via James running under Merlin as an NT service.
http://avalon.apache.org/sandbox/merlin




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to