#include "ui/gfx/break_list.h"
#include <stddef.h>
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/skia/include/core/SkColor.h"
#include "ui/gfx/range/range.h"
namespace gfx {
class BreakListTest : public testing::Test { … };
TEST_F(BreakListTest, ClearAndSetInitialValue) { … }
TEST_F(BreakListTest, ClearAndSetInitialValueChanged) { … }
TEST_F(BreakListTest, Reset) { … }
TEST_F(BreakListTest, ApplyValue) { … }
TEST_F(BreakListTest, ApplyValueChanged) { … }
TEST_F(BreakListTest, SetMax) { … }
TEST_F(BreakListTest, GetBreakAndRange) { … }
}