run

Run an unittest.

version(unittest)
package
void
run
(
F...
)
(
string testName
,
void function
(
bool
,
F
)
testFunction
,
string[] unittestExt
,
string[] skipExt = []
)

Parameters

testFunction void function
(
bool
,
F
)

Unittest function.

unittestExt string[]

Extensions of data files needed for the unittest.

skipExt string[]

Extensions that must not be used for the unittest.

Meta