Unit testing installation of services

Posted by skiphoppy on Stack Overflow See other posts from Stack Overflow or by skiphoppy
Published on 2010-05-07T16:25:49Z Indexed on 2010/05/07 19:28 UTC
Read the original article Hit count: 240

Filed under:
|
|
|

Our installer program is going to be installing a number of system services, under both Windows and UNIX, using JavaServiceWrapper. There will be a class responsible for creating JavaServiceWrapper config files, installing the services, etc.

Can I have some suggestions on how to unit-test this class?

© Stack Overflow or respective owner

Related posts about unit-testing

Related posts about junit