For the complete documentation index, see llms.txt. This page is also available as Markdown.

DynamicShould

HaveProperty

dynamic theFuture = new ExpandoObject();
DynamicShould.HaveProperty(() => theFuture, "RobotTeachers");

snippet source | anchor

Exception

Dynamic object "theFuture" should contain property "RobotTeachers" but does not.

Last updated