drunkcod / Cone

8 stars 1 forks source link

Shortcut to verify boolean members #3

Closed neochrome closed 14 years ago

neochrome commented 14 years ago

Would be excellent if something like this could be made to work: Verify.That(() => new Foo().IsGreen); for class Foo { public bool IsGreen; }

drunkcod commented 14 years ago

Done.