Class Test::Unit::TestCase
In: lib/contest.rb
Parent: Object

Contest adds teardown, test and context as class methods, and the instance methods setup and teardown now iterate on the corresponding blocks. Note that all setup and teardown blocks must be defined with the block syntax. Adding setup or teardown instance methods defeats the purpose of this library.

Methods

context   setup   teardown   test  

External Aliases

test -> should
context -> describe

Public Class methods

[Validate]