Lumiera  0.pre.03
»edit your freedom«
helloworldtest.cpp File Reference

Go to the source code of this file.

Description

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.
 

Function Documentation

◆ LAUNCHER()

lumiera::test::LAUNCHER ( HelloWorld_test  ,
"unit common"   
)

Register this test class to be invoked in some test groups (suites)

Remarks
this macro LUNCHER is defined in run.hpp to simplify the registration of test classes. It expands to the following static variable definition
Launch<HelloWorld_test> run_HelloWorld_test("HelloWorld_test","unit common");