Sha256: f5f3ecc5402bff1ee223a6ea047f68ad3912c6d0ddbc7661858cc177d59ad75b
Contents?: true
Size: 435 Bytes
Versions: 9
Compression:
Stored size: 435 Bytes
Contents
# frozen_string_literal: true require 'introspection_test_helper' describe GObjectIntrospection::IEnumInfo do describe '#find_method' do before do gir = GObjectIntrospection::IRepository.default gir.require 'Regress', nil @info = gir.find_by_name 'Regress', 'TestEnum' end it 'finds a method by name' do result = @info.find_method('param') result.name.must_equal 'param' end end end
Version data entries
9 entries across 9 versions & 1 rubygems