| Class | BareTest::Assertion::Context |
| In: |
lib/baretest/assertion/support.rb
lib/baretest/assertion/context.rb |
| Parent: | Object |
Serves as the exercise- and verify-container for Assertions. Upon Assertion#execute, a new Context is created, the setups, the assertions’ defining block and the teardowns instance evaled. Components will want to extend this class.