unit_threaded.runtime.dub

Code to parse the output from dub describe and generate the main test file automatically.

Members

Functions

dubify
void dubify(from!"unit_threaded.runtime.runtime".Options options)
Undocumented in source. Be warned that the author may not have intended to support it.
getDubInfo
DubInfo getDubInfo(bool verbose, string dubBinary)
Undocumented in source. Be warned that the author may not have intended to support it.
getDubInfo
DubInfo getDubInfo(string jsonString)
Undocumented in source. Be warned that the author may not have intended to support it.
isDubProject
bool isDubProject()
Undocumented in source. Be warned that the author may not have intended to support it.

Structs

DubInfo
struct DubInfo
Undocumented in source.
DubPackage
struct DubPackage
Undocumented in source.

Meta