#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) { … }
TEST(PALoggingTest, LogIsAlwaysToStdErr) { … }
TEST(PALoggingTest, DebugLoggingReleaseBehavior) { … }
}
}