# File test/test_Logging.rb, line 162 def test_set_stdout_logging_level init_context @Logging.stdout_logging_level = 'info' assert_equal(1, @set_stdout_logging_level_call) assert_equal('info', @set_stdout_logging_level_value) end