dextool ~master (2018-04-15T20:31:52Z)
Dub
Repo
Sandbox.writeFile
unit_threaded
integration
Sandbox
Write a file to the sandbox
void
writeFile
(
in
string
fileName
,
in
string
output
=
""
)
struct
Sandbox
void
writeFile
const
(
in
string
fileName
,
in
string
output
= ""
)
void
writeFile
(
in
string
fileName
,
in
string
[]
lines
)
Meta
Source
See Implementation
unit_threaded
integration
Sandbox
functions
shouldEqualLines
shouldExist
shouldNotExist
writeFile
static functions
opCall
Write a file to the sandbox