Medical Imaging Interaction Toolkit
2016.11.0
Medical Imaging Interaction Toolkit
|
#include <berryBlueBerryTestDriver.h>
Public Member Functions | |
BlueBerryTestDriver (const QList< ITestDescriptor::Pointer > &descriptors, bool uitests=false, const QString &testName="", bool wait=false) | |
int | Run () |
Static Public Member Functions | |
static int | Run (const QString &pluginId, bool uitests=false) |
Protected Attributes | |
QList< ITestDescriptor::Pointer > | descriptors |
bool | uitests |
QString | testName |
bool | wait |
A TestDriver for CppUnit that supports running tests inside BlueBerry as well as running standalone. Example call: TODO
Definition at line 33 of file berryBlueBerryTestDriver.h.
berry::BlueBerryTestDriver::BlueBerryTestDriver | ( | const QList< ITestDescriptor::Pointer > & | descriptors, |
bool | uitests = false , |
||
const QString & | testName = "" , |
||
bool | wait = false |
||
) |
Definition at line 28 of file berryBlueBerryTestDriver.cpp.
int berry::BlueBerryTestDriver::Run | ( | ) |
Definition at line 41 of file berryBlueBerryTestDriver.cpp.
References descriptors, and uitests.
Referenced by Run(), and berry::CoreTestApplication::Start().
|
static |
Definition at line 85 of file berryBlueBerryTestDriver.cpp.
References Run().
|
protected |
Definition at line 45 of file berryBlueBerryTestDriver.h.
Referenced by Run().
|
protected |
Definition at line 47 of file berryBlueBerryTestDriver.h.
|
protected |
Definition at line 46 of file berryBlueBerryTestDriver.h.
Referenced by Run().
|
protected |
Definition at line 48 of file berryBlueBerryTestDriver.h.