dud.pkgdescription.testhelper

Undocumented in source.

Members

Enums

TestFailKind
enum TestFailKind
Undocumented in source.

Functions

ddupTest
PackageDescription ddupTest(const(PackageDescription) old, string f, size_t[TestFailKind] failCnt)
Undocumented in source. Be warned that the author may not have intended to support it.
fromJsonTest
bool fromJsonTest(JSONValue js, const(PackageDescription) pkg, string f, size_t[TestFailKind] failCnt)
Undocumented in source. Be warned that the author may not have intended to support it.
incrementFailCnt
void incrementFailCnt(size_t[TestFailKind] aa, TestFailKind tfk)
Undocumented in source. Be warned that the author may not have intended to support it.
testToJson
JSONValue testToJson(PackageDescription pkg, string f, size_t[TestFailKind] failCnt)
Undocumented in source. Be warned that the author may not have intended to support it.
testToSDL
string testToSDL(PackageDescription pkg, string f, size_t[TestFailKind] failCnt)
Undocumented in source. Be warned that the author may not have intended to support it.
unRollException
void unRollException(Exception e, string f)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta