fschwiet / DreamNJasmine

A DSL for writing tests as Given/When/Then specifications, inspired by Jasmine.
MIT License
40 stars 6 forks source link

NUnitFrame attribute usage should be inlined #6

Open fschwiet opened 13 years ago

fschwiet commented 13 years ago

NUnit attributes should be usable within the specification definition, and not just for the entire specification.

Rather than attach [STAAttribute] to the entire specification, one should be able to call using(() => new STAAttribute).