Ought I to unit test constructors? Say I have a constructor like this:
IMapinfoWrapper wrapper; public SystemInfo(IMapinfoWrapper mapinfoWrapper) { this.
No. Its functionality will be tested by every other unit test on the class.