#include "third_party/blink/renderer/core/editing/markers/suggestion_marker.h"
#include "testing/gtest/include/gtest/gtest.h"
#include "third_party/blink/renderer/core/editing/markers/suggestion_marker_properties.h"
namespace blink {
class SuggestionMarkerTest : public testing::Test { … };
TEST_F(SuggestionMarkerTest, MarkerType) { … }
TEST_F(SuggestionMarkerTest, IsStyleableMarker) { … }
TEST_F(SuggestionMarkerTest, ConstructorAndGetters) { … }
TEST_F(SuggestionMarkerTest, SetSuggestion) { … }
}