.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

powershell Start-Process exit code -1073741502 when used with Credential from a windows service environment -

twig - Using Twigbridge in a Laravel 5.1 Package -

c# - LINQ join Entities from HashSet's, Join vs Dictionary vs HashSet performance -