Exemple #1
0
 public void Property_Request_RoundTrips()
 {
     ReflectionAssert.Property(_context, (c) => c.Request, null, allowNull: true, roundTripTestValue: RequestFactory.Create());
 }