Unit Testing SmtpClient class with TypeMock AAA Syntax

Isolator Expert Soon Hui has written a post in his blog explaining how to test SMTP client using AAA fakes.

The post shows how to unit test a SMTP client without needing to set up a server and without dependency injection.

You can read it at: Unit Testing SmtpClient class with TypeMock AAA Syntax

Tags: