Home
last modified time | relevance | path

Searched defs:TEST_F (Results 1 – 16 of 16) sorted by relevance

/glogg/glogg/tests/
H A DencodingspeculatorTest.cpp
H A DlinepositionarrayTest.cpp
H A DwatchtowerTest.cpp
H A DlogdataTest.cpp
H A DlogdataPerfTest.cpp
H A DlogfiltereddataPerfTest.cpp
H A DlogfiltereddataTest.cpp
H A DfilewatcherTest.cpp
/glogg/tests/
H A DencodingspeculatorTest.cpp20 TEST_F( EncodingSpeculatorBehaviour, DefaultAsPureAscii ) { in TEST_F() function
24 TEST_F( EncodingSpeculatorBehaviour, RecognisePureAscii ) { in TEST_F() function
31 TEST_F( EncodingSpeculatorBehaviour, RecogniseRandom8bitEncoding ) { in TEST_F() function
71 TEST_F( EncodingSpeculatorBehaviour, RecogniseTwoBytesUTF8 ) { in TEST_F() function
85 TEST_F( EncodingSpeculatorBehaviour, RecogniseTwoBytesUTF8With7bitsInterleaved ) { in TEST_F() function
98 TEST_F( EncodingSpeculatorBehaviour, RecogniseIncompleteTwoBytesUTF8 ) { in TEST_F() function
114 TEST_F( EncodingSpeculatorBehaviour, RecogniseIncorrectTwoBytesUTF8 ) { in TEST_F() function
132 TEST_F( EncodingSpeculatorBehaviour, RecogniseOverlong2BytesUTF8 ) { in TEST_F() function
140 TEST_F( EncodingSpeculatorBehaviour, RecogniseThreeBytesUTF8 ) { in TEST_F() function
154 TEST_F( EncodingSpeculatorBehaviour, RecogniseOverlong3BytesUTF8 ) { in TEST_F() function
[all …]
H A DlinepositionarrayTest.cpp29 TEST_F( LinePositionArraySmall, HasACorrectSize ) { in TEST_F() function
33 TEST_F( LinePositionArraySmall, RememberAddedLines ) { in TEST_F() function
45 TEST_F( LinePositionArraySmall, FakeLFisNotKeptWhenAddingAfterIt ) { in TEST_F() function
62 TEST_F( LinePositionArrayConcatOperation, SimpleConcat ) { in TEST_F() function
75 TEST_F( LinePositionArrayConcatOperation, DoesNotKeepFakeLf ) { in TEST_F() function
97 TEST_F( LinePositionArrayLong, LineNo128HasRightValue ) { in TEST_F() function
103 TEST_F( LinePositionArrayLong, FakeLFisNotKeptWhenAddingAfterIt ) { in TEST_F() function
133 TEST_F( LinePositionArrayBig, IsTheRightSize ) { in TEST_F() function
137 TEST_F( LinePositionArrayBig, HasRightData ) { in TEST_F() function
149 TEST_F( LinePositionArrayBig, FakeLFisNotKeptWhenAddingAfterIt ) { in TEST_F() function
[all …]
H A DwatchtowerTest.cpp78 TEST_F( WatchTowerBehaviour, AcceptsAnExistingFileToWatch ) { in TEST_F() function
83 TEST_F( WatchTowerBehaviour, AcceptsANonExistingFileToWatch ) { in TEST_F() function
155 TEST_F( WatchTowerSingleFile, SignalsWhenAWatchedFileIsAppended ) { in TEST_F() function
160 TEST_F( WatchTowerSingleFile, SignalsWhenAWatchedFileIsRemoved) { in TEST_F() function
165 TEST_F( WatchTowerSingleFile, SignalsWhenADeletedFileReappears ) { in TEST_F() function
172 TEST_F( WatchTowerSingleFile, SignalsWhenAReappearedFileIsAppended ) { in TEST_F() function
182 TEST_F( WatchTowerSingleFile, StopSignalingWhenWatchDeleted ) { in TEST_F() function
199 TEST_F( WatchTowerSingleFile, SignalsWhenSameFileIsFollowedMultipleTimes ) { in TEST_F() function
216 TEST_F( WatchTowerSingleFile, TwoWatchesOnSameFileYieldsTwoNotifications ) { in TEST_F() function
223 TEST_F( WatchTowerSingleFile, RemovingOneWatchOfTwoStillYieldsOneNotification ) { in TEST_F() function
[all …]
H A DlogdataTest.cpp28 TEST_F( LogDataChanging, changingFile ) { in TEST_F() function
150 TEST_F( LogDataBehaviour, interruptLoadYieldsAnEmptyFile ) { in TEST_F() function
173 TEST_F( LogDataBehaviour, cannotBeReAttached ) { in TEST_F() function
183 TEST_F( LogDataBehaviour, readFunctions ) { in TEST_F() function
246 TEST_F( LogDataMultiByte, readUtf16LE ) { in TEST_F() function
264 TEST_F( LogDataMultiByte, readUtf16BE ) { in TEST_F() function
H A DlogdataPerfTest.cpp46 TEST_F( PerfLogData, simpleLoad ) { in TEST_F() function
83 TEST_F( PerfLogDataRead, sequentialRead ) { in TEST_F() function
96 TEST_F( PerfLogDataRead, sequentialReadExpanded ) { in TEST_F() function
109 TEST_F( PerfLogDataRead, randomPageRead ) { in TEST_F() function
128 TEST_F( PerfLogDataRead, randomPageReadExpanded ) { in TEST_F() function
H A DlogfiltereddataPerfTest.cpp70 TEST_F( PerfLogFilteredData, allMatchingSearch ) { in TEST_F() function
79 TEST_F( PerfLogFilteredData, someMatchingSearch ) { in TEST_F() function
88 TEST_F( PerfLogFilteredData, noneMatchingSearch ) { in TEST_F() function
97 TEST_F( PerfLogFilteredData, browsingSearchResults ) { in TEST_F() function
H A DlogfiltereddataTest.cpp54 TEST_F( MarksBehaviour, marksIgnoresOutOfLimitLines ) { in TEST_F() function
63 TEST_F( MarksBehaviour, marksAreStored ) { in TEST_F() function
H A DfilewatcherTest.cpp18 TEST_F( FileWatcherBehaviour, DetectsAnAppendedFile ) { in TEST_F() function