c# - InternalsVisibleTo and class inheritance -


i'm using internalsvisibleto attribute make internal classes visible unit test suite.

while it's allowing me create instances of internal classes, cannot create class inherits internal class.

is behaviour expected? if is, there's other way achieve want?

edit: pointed @grant thomas, did not want. want create instance of abstract internal class. it's not class i'm testing, class i'm testing have dependency.


Comments

Popular posts from this blog

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

html - How to style widget with post count different than without post count -

url rewriting - How to redirect a http POST with urlrewritefilter -