Sha256: df50d7ff1940a1398ef7d81fc2a58f4897c3006c9e348c588d71092d616ab54b
Contents?: true
Size: 331 Bytes
Versions: 1
Compression:
Stored size: 331 Bytes
Contents
require 'test/unit' require 'trix/constructor' # setup module A D = "d" class B def initialize end end end class C def initialize end end E = 1 # testcase class TC_Constructor < Test::Unit::TestCase def test_run assert_nothing_raised do c = C() b = A::B() end end end
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
carats-0.3.0 | lib/carat-dev/class-constructor/tc_constructor.rb |