Abstract Test Cases plugin

Plugin details

This plugin allows you to suppress the "No tests were specified" failure for abstract test cases.

Websitehttp://wiseheartdesign.com/2007/5/3/two-rails-testing-plugins Repositoryhttp://faithfulcode.rubyforge.org/svn/plugins/trunk/abstract_testcases/ Author John W. Long Tags Test LicenseMIT

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 documentation

Edit plugin | (0 older versions) | Last edited by: hardway, about 1 year ago