Lumiera 0.pre.04
»edit your freedom«
Loading...
Searching...
No Matches
render-segment-test.cpp
Go to the documentation of this file.
1/*
2 RenderSegment(Test) - Steam-Layer integration test
3
4 Copyright (C)
5 2008, Hermann Vosseler <Ichthyostega@web.de>
6
7  **Lumiera** is free software; you can redistribute it and/or modify it
8  under the terms of the GNU General Public License as published by the
9  Free Software Foundation; either version 2 of the License, or (at your
10  option) any later version. See the file COPYING for further details.
11
12* *****************************************************************/
13
19#include "lib/test/run.hpp"
20//#include "lib/util.hpp"
21
22//using std::string;
23
24
25namespace steam {
26namespace test {
27
28
29
30
31 /****************************************************************/
41 class RenderSegment_test : public Test
42 {
43 virtual void
44 run (Arg)
45 {
46 UNIMPLEMENTED ("complete render process for a given test segment of the Session");
47 }
48 };
49
50
52 LAUNCHER (RenderSegment_test, "function integration");
53
54
55
56}} // namespace steam::test
Steam-Layer implementation namespace root.
Test runner and basic definitions for tests.
Simplistic test class runner.
#define LAUNCHER(_TEST_CLASS_, _GROUPS_)
Definition run.hpp:116