.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

symfony - TEST environment only: The database schema is not in sync with the current mapping file -

twig - Using Twigbridge in a Laravel 5.1 Package -

jdbc - Not able to establish database connection in eclipse -