@eagleoutice/flowr - v2.15.8
Preparing search index...
test/functionality/_helper/search
assertSearchEnrichment
Function assertSearchEnrichment
assertSearchEnrichment
(
name
:
string
|
TestLabel
,
parser
:
KnownParser
,
code
:
string
,
expectedEnrichments
:
readonly
{
"call-targets"
?:
CallTargetsContent
;
"cfg-information"
?:
{
isReachable
:
(...)
|
(...)
|
(...)
;
isRoot
:
boolean
;
}
;
"last-call"
?:
LastCallContent
;
"query-data"
?:
QueryDataElementContent
;
roxygen
?:
{
documentation
:
(...)
[]
;
tags
:
{
aliases
?:
...
;
author
?:
...
;
backref
?:
...
;
concept
?:
...
;
describeIn
?:
...
;
description
?:
...
;
details
?:
...
;
docType
?:
...
;
eval
?:
...
;
evalNamespace
?:
...
;
evalRd
?:
...
;
example
?:
...
;
examples
?:
...
;
examplesIf
?:
...
;
export
?:
...
;
exportClass
?:
...
;
exportMethod
?:
...
;
exportPattern
?:
...
;
exportS3Method
?:
...
;
family
?:
...
;
field
?:
...
;
format
?:
...
;
import
?:
...
;
importClassesFrom
?:
...
;
importFrom
?:
...
;
importMethodsFrom
?:
...
;
includeRmd
?:
...
;
inherit
?:
...
;
inheritDotParams
?:
...
;
inheritParams
?:
...
;
inheritSection
?:
...
;
keywords
?:
...
;
md
?:
...
;
method
?:
...
;
name
?:
...
;
noMd
?:
...
;
noRd
?:
...
;
order
?:
...
;
param
?:
...
;
rawNamespace
?:
...
;
rawRd
?:
...
;
rdname
?:
...
;
references
?:
...
;
return
?:
...
;
returns
?:
...
;
section
?:
...
;
seealso
?:
...
;
slot
?:
...
;
source
?:
...
;
template
?:
...
;
templateVar
?:
...
;
text
?:
...
;
title
?:
...
;
unknown
?:
...
;
usage
?:
...
;
useDynLib
?:
...
;
}
;
[
key
:
string
]:
unknown
;
}
;
}
[]
,
matchType
:
"every"
|
"some"
,
...
searches
:
FlowrSearchLike
[]
,
)
:
void
checks whether the flowR search has the expected enrichments
Parameters
name
:
string
|
TestLabel
parser
:
KnownParser
code
:
string
expectedEnrichments
:
readonly
{
"call-targets"
?:
CallTargetsContent
;
"cfg-information"
?:
{
isReachable
:
(...)
|
(...)
|
(...)
;
isRoot
:
boolean
}
;
"last-call"
?:
LastCallContent
;
"query-data"
?:
QueryDataElementContent
;
roxygen
?:
{
documentation
:
(...)
[]
;
tags
:
{
aliases
?:
...
;
author
?:
...
;
backref
?:
...
;
concept
?:
...
;
describeIn
?:
...
;
description
?:
...
;
details
?:
...
;
docType
?:
...
;
eval
?:
...
;
evalNamespace
?:
...
;
evalRd
?:
...
;
example
?:
...
;
examples
?:
...
;
examplesIf
?:
...
;
export
?:
...
;
exportClass
?:
...
;
exportMethod
?:
...
;
exportPattern
?:
...
;
exportS3Method
?:
...
;
family
?:
...
;
field
?:
...
;
format
?:
...
;
import
?:
...
;
importClassesFrom
?:
...
;
importFrom
?:
...
;
importMethodsFrom
?:
...
;
includeRmd
?:
...
;
inherit
?:
...
;
inheritDotParams
?:
...
;
inheritParams
?:
...
;
inheritSection
?:
...
;
keywords
?:
...
;
md
?:
...
;
method
?:
...
;
name
?:
...
;
noMd
?:
...
;
noRd
?:
...
;
order
?:
...
;
param
?:
...
;
rawNamespace
?:
...
;
rawRd
?:
...
;
rdname
?:
...
;
references
?:
...
;
return
?:
...
;
returns
?:
...
;
section
?:
...
;
seealso
?:
...
;
slot
?:
...
;
source
?:
...
;
template
?:
...
;
templateVar
?:
...
;
text
?:
...
;
title
?:
...
;
unknown
?:
...
;
usage
?:
...
;
useDynLib
?:
...
;
}
;
[
key
:
string
]:
unknown
;
}
;
}
[]
matchType
:
"every"
|
"some"
...
searches
:
FlowrSearchLike
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
checks whether the flowR search has the expected enrichments