0

I'm migrating MSTest cases to xUnit and couldn't find a way to convert PrivateObject of MSUnit to equivalent in xUnit. Please let me know how to migrate it.

private static PrivateObject GetPrivateObject(Object objectToBeWrapped)
{
    return new PrivateObject( objectToBeWrapped );
}
Ruben Bartelink
  • 57,716
  • 25
  • 179
  • 233

0 Answers0