distssh ~master (2021-10-15T05:03:41.2224273)
Dub
Repo
TestArea
my
test
Undocumented in source.
struct
TestArea {
import
std
.
file
:
rmdirRecurse
,
mkdirRecurse
,
exists
,
readText
;
;
import
std
.
process
:
wait
;
;
import
std
.
stdio
:
File
,
stdin
;
;
import
std
.
process
;
;
const
AbsolutePath
sandboxPath
;
this
(string name);
string
exec
(Args args_);
string
exec
(string[] args, string[string] env);
Path
inSandbox
(string fileName);
}
Constructors
this
this
(string name)
Undocumented in source.
Members
Functions
exec
string
exec
(Args args_)
Execute a command in the sandbox.
exec
string
exec
(string[] args, string[string] env)
Undocumented in source. Be warned that the author may not have intended to support it.
inSandbox
Path
inSandbox
(string fileName)
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
sandboxPath
AbsolutePath
sandboxPath
;
Undocumented in source.
Meta
Source
See Implementation
my
test
functions
dirContentCopy
formatRange
formatValueInItsOwnLine
makeTestArea
regexIn
regexNotIn
structs
TestArea