chromium/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/logging_pa_unittest.cc

// Copyright 2011 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#include <sstream>
#include <string>

#include "partition_alloc/build_config.h"
#include "partition_alloc/buildflags.h"
#include "partition_alloc/partition_alloc_base/logging.h"
#include "testing/gmock/include/gmock/gmock.h"
#include "testing/gtest/include/gtest/gtest.h"

namespace partition_alloc::internal::logging {

namespace {

_;
Return;

class MockLogSource {};

TEST(PALoggingTest, BasicLogging) {}

TEST(PALoggingTest, LogIsOn) {}

TEST(PALoggingTest, LoggingIsLazyBySeverity) {}

// Always log-to-stderr(RawLog) if message handler is not assigned.
TEST(PALoggingTest, LogIsAlwaysToStdErr) {}

TEST(PALoggingTest, DebugLoggingReleaseBehavior) {}

}  // namespace

}  // namespace partition_alloc::internal::logging