Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MikeMirzayanov/testlib
/ functions
Functions
590 in github.com/MikeMirzayanov/testlib
⨍
Functions
590
◇
Types & classes
53
↓ 5 callers
Function
__testlib_isInfinite
tests/lib/testlib.h:427
↓ 5 callers
Function
__testlib_keyToOpts
* An utility function to get the opt with a given key . This function * also print a readable message when no opts are found. */
testlib.h:5442
↓ 5 callers
Function
__testlib_keyToOpts
* An utility function to get the opt with a given key . This function * also print a readable message when no opts are found. */
tests/lib/testlib.h:5322
↓ 5 callers
Method
addBoundsHit
testlib.h:2512
↓ 5 callers
Method
addBoundsHit
tests/lib/testlib.h:2434
↓ 5 callers
Method
eof
testlib.h:4025
↓ 5 callers
Method
getLine
testlib.h:1844
↓ 5 callers
Method
getLine
tests/lib/testlib.h:1787
↓ 5 callers
Function
isBlanks
testlib.h:1592
↓ 5 callers
Function
isBlanks
tests/lib/testlib.h:1535
↓ 5 callers
Method
perm
tests/lib/testlib.h:1103
↓ 5 callers
Method
skipBom
tests/lib/testlib.h:3141
↓ 5 callers
Function
split
* Splits string s by character separator returning exactly k+1 items, * where k is the number of separator occurrences. */
tests/lib/testlib.h:4824
↓ 4 callers
Function
__pattern_getChar
testlib.h:1317
↓ 4 callers
Function
__pattern_getChar
tests/lib/testlib.h:1260
↓ 4 callers
Function
__testlib_abs
testlib.h:350
↓ 4 callers
Function
__testlib_abs
tests/lib/testlib.h:345
↓ 4 callers
Function
__testlib_quitp
testlib.h:4280
↓ 4 callers
Function
__testlib_quitp
tests/lib/testlib.h:4202
↓ 4 callers
Method
curChar
testlib.h:1815
↓ 4 callers
Function
doubleCompare
testlib.h:479
↓ 4 callers
Function
doubleDelta
tests/lib/testlib.h:459
↓ 4 callers
Method
matches
Pattern implementation */
testlib.h:1293
↓ 4 callers
Function
prepareOpts
* Parse command line arguments into opts. * The results are stored into __testlib_argv and __testlib_opts. */
tests/lib/testlib.h:5296
↓ 4 callers
Method
readLine
tests/lib/testlib.h:4134
↓ 4 callers
Method
readString
testlib.h:4151
↓ 4 callers
Method
readString
tests/lib/testlib.h:4073
↓ 4 callers
Method
readWordTo
tests/lib/testlib.h:3204
↓ 4 callers
Function
registerTestlibCmd
tests/lib/testlib.h:4571
↓ 4 callers
Function
setName
tests/lib/testlib.h:4685
↓ 4 callers
Function
stringToLongLong
testlib.h:3661
↓ 4 callers
Function
tokenize
* Splits string s by character separator returning non-empty items. */
tests/lib/testlib.h:4864
↓ 4 callers
Function
upperCase
testlib.h:413
↓ 3 callers
Function
__testlib_set_testset_and_group
testlib.h:4411
↓ 3 callers
Function
__testlib_set_testset_and_group
tests/lib/testlib.h:4333
↓ 3 callers
Function
__testlib_toPrintableMessage
testlib.h:2932
↓ 3 callers
Function
__testlib_toPrintableMessage
tests/lib/testlib.h:2843
↓ 3 callers
Method
curChar
tests/lib/testlib.h:3156
↓ 3 callers
Function
englishEnding
tests/lib/testlib.h:4778
↓ 3 callers
Method
getExitCode
tests/lib/testlib.h:2790
↓ 3 callers
Method
getReadChars
testlib.h:1811
↓ 3 callers
Function
optValueToLongDouble
testlib.h:5545
↓ 3 callers
Function
optValueToLongDouble
tests/lib/testlib.h:5425
↓ 3 callers
Method
partition
tests/lib/testlib.h:1180
↓ 3 callers
Method
perm
testlib.h:1160
↓ 3 callers
Function
registerGen
tests/lib/testlib.h:4349
↓ 3 callers
Method
setTestCase
testlib.h:2484
↓ 3 callers
Function
shuffle
testlib.h:4804
↓ 3 callers
Function
trim
testlib.h:1596
↓ 2 callers
Function
__println_range
testlib.h:5150
↓ 2 callers
Function
__println_range
tests/lib/testlib.h:5030
↓ 2 callers
Function
__testlib_help
testlib.h:4358
↓ 2 callers
Function
__testlib_help
tests/lib/testlib.h:4280
↓ 2 callers
Function
__testlib_nan
testlib.h:461
↓ 2 callers
Function
__testlib_nan
tests/lib/testlib.h:415
↓ 2 callers
Function
deserializeTestResult
testlib.h:5921
↓ 2 callers
Function
deserializeTestResult
tests/lib/testlib.h:5801
↓ 2 callers
Method
distinct
tests/lib/testlib.h:1126
↓ 2 callers
Function
ensureNoUnusedOpts
* Check if all opts are used. If not, __testlib_fail is called. * Should be used after calling all opt() function calls. * * This function is usef
tests/lib/testlib.h:5923
↓ 2 callers
Function
equals
tests/lib/testlib.h:3371
↓ 2 callers
Function
getOptType
* Get the type of opt based on the number of `-` at the beginning and the * _validity_ of the key name. * * A valid key name must start with an al
testlib.h:5312
↓ 2 callers
Function
getOptType
* Get the type of opt based on the number of `-` at the beginning and the * _validity_ of the key name. * * A valid key name must start with an al
tests/lib/testlib.h:5192
↓ 2 callers
Method
getReadChars
tests/lib/testlib.h:2697
↓ 2 callers
Function
has_opt
* Return true if there is an opt with a given key. * * By calling this function, automatic ensurement for no unused opts will be * done when the p
testlib.h:5587
↓ 2 callers
Method
initialize
testlib.h:4648
↓ 2 callers
Method
initialize
tests/lib/testlib.h:4546
↓ 2 callers
Function
isNumeric
checkers/hcmp.cpp:8
↓ 2 callers
Function
leader
validators/undirected-tree-validator.cpp:8
↓ 2 callers
Function
longLongsToString
checkers/casencmp.cpp:44
↓ 2 callers
Function
parseExponentialOptValue
testlib.h:5455
↓ 2 callers
Function
parseExponentialOptValue
tests/lib/testlib.h:5335
↓ 2 callers
Function
readStream
checkers/caseicmp.cpp:17
↓ 2 callers
Function
readStreamCase
checkers/casencmp.cpp:17
↓ 2 callers
Function
readStreamCase
checkers/casewcmp.cpp:18
↓ 2 callers
Method
setGroup
testlib.h:4668
↓ 2 callers
Method
setGroup
tests/lib/testlib.h:4566
↓ 2 callers
Function
setTestCase
testlib.h:2792
↓ 2 callers
Method
setTestCase
tests/lib/testlib.h:2690
↓ 2 callers
Method
setTestset
testlib.h:4664
↓ 2 callers
Method
setTestset
tests/lib/testlib.h:4562
↓ 2 callers
Function
shuffle
tests/lib/testlib.h:4700
↓ 2 callers
Method
skipChar
testlib.h:1832
↓ 2 callers
Function
stringsToString
checkers/casewcmp.cpp:45
↓ 2 callers
Function
suppressEnsureNoUnusedOpts
tests/lib/testlib.h:5931
↓ 1 callers
Function
__pattern_greedyMatch
testlib.h:1327
↓ 1 callers
Function
__pattern_greedyMatch
tests/lib/testlib.h:1270
↓ 1 callers
Function
__pattern_isSlash
testlib.h:1297
↓ 1 callers
Function
__pattern_isSlash
tests/lib/testlib.h:1240
↓ 1 callers
Function
__pattern_scanCharSet
testlib.h:1457
↓ 1 callers
Function
__pattern_scanCharSet
tests/lib/testlib.h:1400
↓ 1 callers
Function
__pattern_scanCounts
testlib.h:1389
↓ 1 callers
Function
__pattern_scanCounts
tests/lib/testlib.h:1332
↓ 1 callers
Function
__testlib_ensure
testlib.h:4756
↓ 1 callers
Function
__testlib_ensure
tests/lib/testlib.h:4652
↓ 1 callers
Method
__testlib_ensure
testlib.h:4257
↓ 1 callers
Method
__testlib_ensure
tests/lib/testlib.h:4179
↓ 1 callers
Function
__testlib_prelimIsNaN
testlib.h:391
↓ 1 callers
Function
__testlib_prelimIsNaN
tests/lib/testlib.h:371
↓ 1 callers
Function
__testlib_shouldCheckDirt
testlib.h:2897
↓ 1 callers
Function
__testlib_shouldCheckDirt
tests/lib/testlib.h:2808
← previous
next →
101–200 of 590, ranked by callers