Lumiera
0.pre.03
»edit your freedom«
|
Go to the source code of this file.
unit test lib::test::BuilderQualifierSupport_test
Definition in file builder-qualifier-support-test.cpp.
#include "lib/test/run.hpp"
#include "lib/builder-qualifier-support.hpp"
#include "lib/test/test-helper.hpp"
#include <string>
Classes | |
class | BuilderQualifierSupport_test |
class | ExampleStrategy |
Example "strategy" class, which can be configured with additional qualifiers at construction. More... | |
Functions | |
LAUNCHER (BuilderQualifierSupport_test, "unit common") | |
Register this test class... More... | |
ExampleStrategy::Qualifier | one () |
definition of a qualifier one() | |
ExampleStrategy::Qualifier | two (string additionalArg) |
definition of another qualifier two(arg) , accepting an additional argument | |
Namespaces | |
lib | |
Implementation namespace for support and library code. | |
lib::test::LAUNCHER | ( | BuilderQualifierSupport_test | , |
"unit common" | |||
) |
Register this test class...