Abstract Test Cases plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://faithfulcode.rubyforge.org/svn/plugins/trunk/abstract_testcases/
To define an abstract test case, simply use the convenient class method:
class MyAbstractTestCase < Test::Unit::TestCase # This is an abstract test case self.abstract_testcase = true end
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago


