Class: TC_Constructor

Inherits:
Test::Unit::TestCase
  • Object
show all
Defined in:
lib/carat-dev/class-constructor/tc_constructor.rb

Overview

testcase

Instance Method Summary collapse

Instance Method Details

#test_runObject



28
29
30
31
32
33
# File 'lib/carat-dev/class-constructor/tc_constructor.rb', line 28

def test_run
  assert_nothing_raised do
    c = C()
    b = A::B()
  end
end