Home | History | Annotate | Download | only in source

Lines Matching refs:GetResult

44   EXPECT_EQ(std::string("5,7,9-12,15,18-19"), builder.GetResult());
59 EXPECT_EQ(std::string("5-7,9-12,15,18-19"), builder.GetResult());
74 EXPECT_EQ(std::string("5,7,9-12,15,18-19,21"), builder.GetResult());
89 EXPECT_EQ(std::string("5,7-12,15,18-19"), builder.GetResult());
104 EXPECT_EQ(std::string("5,7,9-12,15-16,18-19"), builder.GetResult());
120 EXPECT_EQ(std::string("5,7,9-12,15-19"), builder.GetResult());
134 EXPECT_EQ(std::string("5-8,11-15"), builder.GetResult());
146 EXPECT_EQ(std::string("5,7,9,11,15,17,19"), builder.GetResult());
159 EXPECT_EQ(std::string("5-12"), builder.GetResult());
165 EXPECT_EQ(std::string("5"), builder.GetResult());
170 EXPECT_EQ(std::string(""), builder.GetResult());
177 EXPECT_EQ(std::string("5-6"), builder.GetResult());
185 EXPECT_EQ(std::string("5-6,9"), builder.GetResult());