Qore QUnit Module Reference 0.4.3
|
Class containing the configuration for a test case. More...
#include <QUnit.qm.dox.h>
Public Member Methods | |
checkException (QUnit::Test test, hash< auto > e) | |
handles exceptions raised while running the TestCase | |
constructor (string name, code code, *softlist< auto > args) | |
creates the TestCase object from the given arguments | |
string | getName () |
returns the test case name | |
rename (string n_name) | |
renames the test case | |
run (QUnit::Test test) | |
runs the TestCase | |
Class containing the configuration for a test case.