twolfson / sculptor

Library for sculpting framework/language agnostic BDD tests
MIT License
1 stars 0 forks source link

Add multiple assertions at same level and assertions on different levels in tests #3

Closed twolfson closed 11 years ago

twolfson commented 11 years ago

Currently, the command/assertion layout is very single purpose. In most cases, people assert at different levels and run multiple assertions for each of those levels. Our test suite should demonstrate support for this.