Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
unit test HelloWorld_test
Definition in file helloworldtest.cpp.
#include "lib/test/run.hpp"
#include "lib/util.hpp"
#include <boost/lexical_cast.hpp>
#include <iostream>
Classes | |
class | HelloWorld_test |
Hellooooooo the world is just a test. More... | |
Functions | |
LAUNCHER (HelloWorld_test, "unit common") | |
Register this test class to be invoked in some test groups (suites) More... | |
Namespaces | |
lumiera | |
Lumiera public interface. | |
lumiera::test::LAUNCHER | ( | HelloWorld_test | , |
"unit common" | |||
) |
Register this test class to be invoked in some test groups (suites)
LUNCHER
is defined in run.hpp to simplify the registration of test classes. It expands to the following static variable definition