public void From_Roundtrips()
        {
            InstagramUser roundtrip = new InstagramUser();

            PropertyAssert.Roundtrips(_caption, c => c.From, PropertySetter.NullRoundtrips, roundtripValue: roundtrip);
        }
예제 #2
0
 public void From_Roundtrips()
 {
     InstagramUser roundtrip = new InstagramUser();
     PropertyAssert.Roundtrips(_caption, c => c.From, PropertySetter.NullRoundtrips, roundtripValue: roundtrip);
 }