Sha256: 82ce0236ad16f59120a0fcbd527c6b0ba34db38fae436decfae0dbe3ae9a004d
Contents?: true
Size: 460 Bytes
Versions: 4
Compression:
Stored size: 460 Bytes
Contents
require File.expand_path('../gir_ffi_test_helper.rb', File.dirname(__FILE__)) describe GirFFI::UserDefined::IPropertyInfo do it "has the attribute #property_type" do inf = GirFFI::UserDefined::IPropertyInfo.new inf.property_type = :foo inf.property_type.must_equal :foo end it "derives from GirFFI::UserDefined::IBaseInfo" do inf = GirFFI::UserDefined::IPropertyInfo.new inf.must_be_kind_of GirFFI::UserDefined::IBaseInfo end end
Version data entries
4 entries across 4 versions & 1 rubygems