/glogg/glogg/tests/ |
H A D | encodingspeculatorTest.cpp |
|
H A D | linepositionarrayTest.cpp |
|
H A D | watchtowerTest.cpp |
|
H A D | logdataTest.cpp |
|
H A D | logdataPerfTest.cpp |
|
H A D | logfiltereddataPerfTest.cpp |
|
H A D | logfiltereddataTest.cpp |
|
H A D | filewatcherTest.cpp |
|
/glogg/tests/ |
H A D | encodingspeculatorTest.cpp | 20 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 D | linepositionarrayTest.cpp | 29 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 D | watchtowerTest.cpp | 78 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 D | logdataTest.cpp | 28 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 D | logdataPerfTest.cpp | 46 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 D | logfiltereddataPerfTest.cpp | 70 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 D | logfiltereddataTest.cpp | 54 TEST_F( MarksBehaviour, marksIgnoresOutOfLimitLines ) { in TEST_F() function 63 TEST_F( MarksBehaviour, marksAreStored ) { in TEST_F() function
|
H A D | filewatcherTest.cpp | 18 TEST_F( FileWatcherBehaviour, DetectsAnAppendedFile ) { in TEST_F() function
|