@eagleoutice/flowr - v2.15.8
Preparing search index...
test/functionality/_helper/search
assertSearch
Function assertSearch
assertSearch
(
name
:
string
|
TestLabel
,
parser
:
KnownParser
,
codeOrRequests
:
string
|
readonly
RParseRequest
[]
,
expected
:
|
readonly
(
NodeId
|
SlicingCriterion
)
[]
|
(
(
result
:
FlowrSearchElement
<
ParentInformation
>
[]
)
=>
boolean
)
,
...
searches
:
FlowrSearchLike
[]
,
)
:
void
Implementation of assertSearch that works with both string code and parse requests
Parameters
name
:
string
|
TestLabel
parser
:
KnownParser
codeOrRequests
:
string
|
readonly
RParseRequest
[]
expected
:
|
readonly
(
NodeId
|
SlicingCriterion
)
[]
|
(
(
result
:
FlowrSearchElement
<
ParentInformation
>
[]
)
=>
boolean
)
...
searches
:
FlowrSearchLike
[]
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Implementation of assertSearch that works with both string code and parse requests