run

Run an unittest.

package version(unittest)
void
run
(
D
)
(
string testName
,,
string[] unittestExt
,
string[] skipExt = []
)

Parameters

testFunction
Type: D

Unittest function.

unittestExt
Type: string[]

Extensions of data files needed for the unittest.

skipExt
Type: string[]

Extensions that must not be used for the unittest.

Meta