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
Post a Comment