#include "content/renderer/accessibility/annotations/ax_image_stopwords.h"
#include "testing/gtest/include/gtest/gtest.h"
namespace content {
TEST(AXImageStopwordsTest, EmptyStringIsAStopword) { … }
TEST(AXImageStopwordsTest, English) { … }
TEST(AXImageStopwordsTest, EnglishCaseInsensitive) { … }
TEST(AXImageStopwordsTest, EnglishAllShortWordsAreStopwords) { … }
TEST(AXImageStopwordsTest, French) { … }
TEST(AXImageStopwordsTest, Italian) { … }
TEST(AXImageStopwordsTest, German) { … }
TEST(AXImageStopwordsTest, Spanish) { … }
TEST(AXImageStopwordsTest, Hindi) { … }
TEST(AXImageStopwordsTest, HindiShortWordsAreStopwords) { … }
}