@eagleoutice/flowr - v2.15.8
Preparing search index...
test/functionality/_helper/shell
assertOutput
Function assertOutput
assertOutput
(
name
:
string
|
TestLabel
,
parser
:
KnownParser
,
input
:
string
|
RParseRequests
,
expected
:
string
|
RegExp
,
userConfig
?:
Partial
<
TestConfigurationWithOutput
>
,
)
:
void
Assert that the given input code produces the expected output in R. Trims by default.
Parameters
name
:
string
|
TestLabel
parser
:
KnownParser
input
:
string
|
RParseRequests
expected
:
string
|
RegExp
Optional
userConfig
:
Partial
<
TestConfigurationWithOutput
>
Returns
void
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@eagleoutice/flowr - v2.15.8
Loading...
Assert that the given input code produces the expected output in R. Trims by default.