Module: Test::Unit::Attribute

Included in:
TestCase
Defined in:
lib/test/unit/attribute.rb

Defined Under Namespace

Modules: BaseClassMethods, ClassMethods Classes: StringifyKeyHash

Instance Method Summary collapse

Instance Method Details

#[](name) ⇒ Object



217
218
219
# File 'lib/test/unit/attribute.rb', line 217

def [](name)
  self.class.find_attribute(@method_name, name)
end

#attributesObject



213
214
215
# File 'lib/test/unit/attribute.rb', line 213

def attributes
  self.class.attributes(@method_name) || StringifyKeyHash.new
end