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
  • 59,778
  • 26
  • 187
  • 249

0 Answers0