How do I fix my Unit Test to have global access to everything?
Posted
by SLC
on Stack Overflow
See other posts from Stack Overflow
or by SLC
Published on 2010-03-24T15:12:10Z
Indexed on
2010/03/24
15:13 UTC
Read the original article
Hit count: 204
vb.net
|unit-testing
Usually when you add one (in Visual Basic), it pops up a message asking if you want to enable an option that lets the test access things like private methods etc.
However, I am editing a solution that does not have this enabled. I'd like to enable it so my unit tests will work, but I can't find the setting.
Can anyone tell me how to enable it after the project has been created?
© Stack Overflow or respective owner