class TestGtkRevealer::TestEnum

Public Instance Methods

test_transition_type() click to toggle source
# File gtk3/test/test_gtk_revealer.rb, line 53
def test_transition_type
  assert_const_defined(Gtk::Revealer::TransitionType, :CROSSFADE)
end