abstracttest.cpp
static void addTest(QString name, AbstractTest *test)
Adds a test to the list of available ones.
Definition: abstracttest.cpp:28
static AbstractTest * getTest(QString name)
Returns the test with the given name.
Definition: abstracttest.cpp:38
An abstract class for tests of evolved individuals.
Definition: abstracttest.h:50
static QStringList getList()
Returns the list of the names of available tests.
Definition: abstracttest.cpp:33