Menu
  • HOME
  • TAGS

Test private static method throws MissingMethodException

c#,unit-testing,privateobject.invoke

It is a static method, so use PrivateType instead of PrivatObject to access it. See PrivateType....