dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
sliceContains
dextool_test
utils
Check if the log contains the input range.
bool
sliceContains
(
const
string
[]
log
,
const
string
txt
)
bool
sliceContains
(
const
string
[]
log
,
const
T
gold_lines
)
bool
sliceContains
(
T
)
(
const
string
[]
log
,
const
T
gold_lines
)
if
(
isInputRange
!
T
)
Meta
Source
See Implementation
dextool_test
utils
functions
compare
makeCommand
makeDextool
recursiveFilesWithExtension
runDextool
sliceContains
stdoutContains
structs
TestEnv
Check if the log contains the input range.