Spec Results

Designed for use with JUnit and Ant.

Class spec.ruby.core.module.attr_accessor

NameTestsErrorsFailuresSkippedSkip %Time(s)
attr_accessor70000%0.018

Tests

NameStatusTypeTime(s)
Module#attr_accessor creates a getter and setter for each given attribute nameSuccess0.001
Module#attr_accessor not allows creating an attr_accessor on an immediate classSuccess0.001
Module#attr_accessor converts non string/symbol/fixnum names to strings using to_strSuccess0.002
Module#attr_accessor raises a TypeError when the given names can't be converted to strings using to_strSuccess0.002
Module#attr_accessor applies current visibility to methods createdSuccess0.001
Module#attr_accessor is a private methodSuccess0.001
Module#attr_accessor on immediates can read through the accessorSuccess0.001
Properties »