Lines Matching refs:TEST_F
49 TEST_F(SourceMgrTest, BasicError) { in TEST_F() function
59 TEST_F(SourceMgrTest, BasicWarning) { in TEST_F() function
69 TEST_F(SourceMgrTest, BasicRemark) { in TEST_F() function
79 TEST_F(SourceMgrTest, BasicNote) { in TEST_F() function
89 TEST_F(SourceMgrTest, LocationAtEndOfLine) { in TEST_F() function
99 TEST_F(SourceMgrTest, LocationAtNewline) { in TEST_F() function
109 TEST_F(SourceMgrTest, LocationAtEmptyBuffer) { in TEST_F() function
119 TEST_F(SourceMgrTest, LocationJustOnSoleNewline) { in TEST_F() function
129 TEST_F(SourceMgrTest, LocationJustAfterSoleNewline) { in TEST_F() function
139 TEST_F(SourceMgrTest, LocationJustAfterNonNewline) { in TEST_F() function
149 TEST_F(SourceMgrTest, LocationOnFirstLineOfMultiline) { in TEST_F() function
159 TEST_F(SourceMgrTest, LocationOnEOLOfFirstLineOfMultiline) { in TEST_F() function
169 TEST_F(SourceMgrTest, LocationOnSecondLineOfMultiline) { in TEST_F() function
179 TEST_F(SourceMgrTest, LocationOnSecondLineOfMultilineNoSecondEOL) { in TEST_F() function
189 TEST_F(SourceMgrTest, LocationOnEOLOfSecondSecondLineOfMultiline) { in TEST_F() function
217 TEST_F(SourceMgrTest, LocationBeforeEndOf255ByteBuffer) { in TEST_F() function
228 TEST_F(SourceMgrTest, LocationAtEndOf255ByteBuffer) { in TEST_F() function
239 TEST_F(SourceMgrTest, LocationPastEndOf255ByteBuffer) { in TEST_F() function
250 TEST_F(SourceMgrTest, LocationBeforeEndOf255ByteBufferEndingInNewline) { in TEST_F() function
261 TEST_F(SourceMgrTest, LocationAtEndOf255ByteBufferEndingInNewline) { in TEST_F() function
272 TEST_F(SourceMgrTest, LocationPastEndOf255ByteBufferEndingInNewline) { in TEST_F() function
287 TEST_F(SourceMgrTest, LocationBeforeEndOf256ByteBuffer) { in TEST_F() function
298 TEST_F(SourceMgrTest, LocationAtEndOf256ByteBuffer) { in TEST_F() function
309 TEST_F(SourceMgrTest, LocationPastEndOf256ByteBuffer) { in TEST_F() function
320 TEST_F(SourceMgrTest, LocationBeforeEndOf256ByteBufferEndingInNewline) { in TEST_F() function
331 TEST_F(SourceMgrTest, LocationAtEndOf256ByteBufferEndingInNewline) { in TEST_F() function
342 TEST_F(SourceMgrTest, LocationPastEndOf256ByteBufferEndingInNewline) { in TEST_F() function
357 TEST_F(SourceMgrTest, LocationBeforeEndOf257ByteBuffer) { in TEST_F() function
368 TEST_F(SourceMgrTest, LocationAtEndOf257ByteBuffer) { in TEST_F() function
379 TEST_F(SourceMgrTest, LocationPastEndOf257ByteBuffer) { in TEST_F() function
390 TEST_F(SourceMgrTest, LocationBeforeEndOf257ByteBufferEndingInNewline) { in TEST_F() function
401 TEST_F(SourceMgrTest, LocationAtEndOf257ByteBufferEndingInNewline) { in TEST_F() function
412 TEST_F(SourceMgrTest, LocationPastEndOf257ByteBufferEndingInNewline) { in TEST_F() function
423 TEST_F(SourceMgrTest, BasicRange) { in TEST_F() function
433 TEST_F(SourceMgrTest, RangeWithTab) { in TEST_F() function
443 TEST_F(SourceMgrTest, MultiLineRange) { in TEST_F() function
453 TEST_F(SourceMgrTest, MultipleRanges) { in TEST_F() function
464 TEST_F(SourceMgrTest, OverlappingRanges) { in TEST_F() function
475 TEST_F(SourceMgrTest, BasicFixit) { in TEST_F() function
487 TEST_F(SourceMgrTest, FixitForTab) { in TEST_F() function