dextool v3.3.0 (2021-06-08T20:46:23Z)
Dub
Repo
Sandbox.writeFile
unit_threaded
integration
Sandbox
Write a file to the sanbox
void
writeFile
(string fileName, string output)
void
writeFile
(string fileName, string[] lines)
struct
Sandbox
const
void
writeFile
(
in
string
fileName
,
in
string
[]
lines
)
Meta
Source
See Implementation
unit_threaded
integration
Sandbox
aliases
shouldExecuteOk
functions
fileShouldContain
inSandboxPath
sandboxPath
shouldEqualContent
shouldEqualLines
shouldExist
shouldFail
shouldNotExist
shouldSucceed
writeFile
manifest constants
defaultSandboxesPath
static functions
opCall
resetPath
setPath
static variables
sandboxesPath
variables
testPath
Write a file to the sanbox