# File test/test_Logging.rb, line 116
    def test_logfile_count
      assert_equal(1, @logging_params_call)
      assert_equal(3, @Logging.logfile_count)
      assert_equal(1, @logfiles_call)
    end