.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

Popular posts from this blog

gcc - MinGW's ld cannot perform PE operations on non PE output file -

timeout - Handshake_timeout on RabbitMQ using python and pika from remote vm -

c# - Search and Add Comment with OpenXML for Word -