# File test/test_ControlPanel.rb, line 200
    def test_unavailable_messenger_threads
      assert_exception(RuntimeError) {
        @ControlPanel.messenger_threads = 'detarame'
      }
      assert_exception(RuntimeError) {
        @ControlPanel.messenger_threads = '0'
      }
    end