| Class | Webgen::TagTestCase |
| In: |
lib/webgen/test.rb
|
| Parent: | PluginTestCase |
Base class for all plugin test cases. It ensures that all needed plugins are loaded and initalized before each test and that the original environment is restored afterwards.
# File lib/webgen/test.rb, line 176
176: def self.suite
177: if self == TagTestCase
178: return Test::Unit::TestSuite.new('Webgen::TestCase')
179: else
180: super
181: end
182: end