DynamicShould
HaveProperty
dynamic theFuture = new ExpandoObject();
DynamicShould.HaveProperty(theFuture, "RobotTeachers");Dynamic object "theFuture" should contain property "RobotTeachers" but does not.Last updated
dynamic theFuture = new ExpandoObject();
DynamicShould.HaveProperty(theFuture, "RobotTeachers");Dynamic object "theFuture" should contain property "RobotTeachers" but does not.Last updated