class TestGtkIconTheme::TestIcons

Public Instance Methods

test_context() click to toggle source
# File gtk2/test/test_gtk_icon_theme.rb, line 31
def test_context
  assert_operator(@theme.icons("Actions"), :include?, "find")
end
test_no_argument() click to toggle source
# File gtk2/test/test_gtk_icon_theme.rb, line 27
def test_no_argument
  assert_operator(@theme.icons, :include?, "face-cool")
end