Testing the existence of single instance -Singleton-C#

Posted by nettguy on Stack Overflow See other posts from Stack Overflow or by nettguy
Published on 2010-03-28T19:44:58Z Indexed on 2010/03/28 19:53 UTC
Read the original article Hit count: 224

Filed under:
|
|

How to write test in Nunit to test that only one instance is created by my singleton class.

© Stack Overflow or respective owner

Related posts about c#

Related posts about singleton