Class: TC_Constructor
- Defined in:
- lib/carat-dev/class-constructor/tc_constructor.rb
Overview
testcase
Instance Method Summary collapse
Instance Method Details
#test_run ⇒ Object
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 |