TestFunctions

Functions to run tests.

Constructors

this
this(LuaState lua, Options options)
Undocumented in source.

Members

Functions

diff
bool diff(string path1, string path2)

Compare the contents of two files.

run
auto run(string command, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
spawn
auto spawn(string command, string[] args)
Undocumented in source. Be warned that the author may not have intended to support it.
throws
bool throws(string code)

Return true if the provided code throws an error; false otherwise.

Meta