Class: ActiveRecordTestCase
- Inherits:
-
Test::Unit::TestCase
- Object
- Test::Unit::TestCase
- ActiveRecordTestCase
- Defined in:
- vendor/plugins/classic_pagination/test/helper.rb
Overview
Test case for inheritance
Direct Known Subclasses
Class Method Summary
Instance Method Summary
- - (Object) run(*args)
-
- (Object) test_truth
Default so Test::Unit::TestCase doesn’t complain.
Class Method Details
+ (Object) fixtures(*args)
100 101 102 |
# File 'vendor/plugins/classic_pagination/test/helper.rb', line 100 def self.fixtures(*args) super if ActiveRecordTestConnector.connected end |
Instance Method Details
- (Object) run(*args)
104 105 106 |
# File 'vendor/plugins/classic_pagination/test/helper.rb', line 104 def run(*args) super if ActiveRecordTestConnector.connected end |
- (Object) test_truth
Default so Test::Unit::TestCase doesn’t complain
109 110 |
# File 'vendor/plugins/classic_pagination/test/helper.rb', line 109 def test_truth end |