# File tests/base_test.rb, line 92
  def test_h_check_property_nil
    mockBase = Flex::MockBase.new(@parentName, @id)
    assert_raise(RuntimeError){
      mockBase.bla
    }
  end