mattwhitfield / Unitverse

A unit test generation extension for Visual Studio that aims to always produce code that compiles - covering the basic cases automatically and preparing as much as it can for the complex cases.
MIT License
89 stars 20 forks source link

Automatic mock verification can be confused by 'this.fieldName.Method' syntax #198

Closed mattwhitfield closed 1 year ago

mattwhitfield commented 1 year ago

Automatic mock verification can be confused by 'this.fieldName.Method' syntax - check evaluation to make sure we can handle it