#include "components/performance_manager/public/execution_context_priority/execution_context_priority.h"
#include "components/performance_manager/test_support/voting.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace performance_manager {
namespace execution_context_priority {
namespace {
static const char kReason1[] = …;
static const char kReason2[] = …;
static const char kReason3[] = …;
}
TEST(ExecutionContextPriorityTest, ReasonCompare) { … }
TEST(ExecutionContextPriorityTest, PriorityAndReason) { … }
}
}