Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
test-target-obj.hpp File Reference

Dummy target object to be created by factory for unit tests Used to verify sane memory management and instance lifecycle for such objects generated as singleton or by factory. More...

Go to the source code of this file.

Description

Dummy target object to be created by factory for unit tests Used to verify sane memory management and instance lifecycle for such objects generated as singleton or by factory.

Definition in file test-target-obj.hpp.

#include "lib/test/run.hpp"
#include "lib/format-string.hpp"
#include "lib/format-cout.hpp"
#include <boost/lexical_cast.hpp>
#include <string>

Namespaces

namespace  lib
 Implementation namespace for support and library code.
 
namespace  lib::test
 Unit tests for the Lumiera support library.
 

Classes

class  TestTargetObj
 Target object to be created by Test-Factories or as Singleton. More...