Changeset 28834 for lang/ruby/ruwin/test/ruwin
- Timestamp:
- 01/22/09 12:04:10 (4 years ago)
- Location:
- lang/ruby/ruwin/test/ruwin
- Files:
-
- 3 modified
-
test_button.rb (modified) (1 diff)
-
test_check_box.rb (modified) (1 diff)
-
test_radio_button.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
lang/ruby/ruwin/test/ruwin/test_button.rb
r28828 r28834 6 6 include Ruwin::Const::Button 7 7 TARGET_CLASS = Ruwin::Button 8 9 def test_classname 10 window = HiddenWindow.new 11 control = self.class::TARGET_CLASS.new window 12 assert_equal "BUTTON", control.classname 13 end 8 14 9 15 def test_style -
lang/ruby/ruwin/test/ruwin/test_check_box.rb
r28830 r28834 6 6 include Ruwin::Const::Button 7 7 TARGET_CLASS = Ruwin::CheckBox 8 9 def test_classname 10 window = HiddenWindow.new 11 control = self.class::TARGET_CLASS.new window 12 assert_equal "BUTTON", control.classname 13 end 8 14 9 15 def test_style -
lang/ruby/ruwin/test/ruwin/test_radio_button.rb
r28828 r28834 7 7 TARGET_CLASS = Ruwin::RadioButton 8 8 9 def test_classname 10 window = HiddenWindow.new 11 control = self.class::TARGET_CLASS.new window 12 assert_equal "BUTTON", control.classname 13 end 14 9 15 def test_style 10 16 window = HiddenWindow.new
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)