# File test/test_Logging.rb, line 247
    def test_write
      init_context
      @Logging.write
      assert_equal(0, @del_logfile_at_call)
      assert_equal(1, @set_logging_params_call)
      assert_equal(@logging_params, @set_logging_params_value)
    end