Multiple test sections for code
Posted: Tue Feb 14, 2012 2:49 pm
I have added support for multiple "test" sections in a method or property (or indexer). We already had this at the class and struct level. dwilliamii suggested it so he could make his tests more granular.
class X
def foo
test
assert bar
test
assert baz
body
pass