.net - Visual Studio 2015 RC Pex creates tests for public methods only -
i under impression once have entry below in assemblyinfo.cs file
[assembly: internalsvisibleto("myassembliesname")]
, pex should able see internal methods in class definition, in addition public methods. so, when pex not creat unit tests internal methods in class?
the rc version not yet support exploring non-publicly accessible methods. however, addressing in next upcoming release. thank interest in intellitest!
Comments
Post a Comment