Lumiera 0.pre.04~rc.1
»edit your freedom«
Loading...
Searching...
No Matches
deleteassettest.cpp
Go to the documentation of this file.
1/*
2 DeleteAsset(Test) - deleting and Asset with all dependencies
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
23using std::string;
24
25
26namespace steam {
27namespace asset{
28namespace test {
29
30
31
32
33 /***************************************************************/
41 class DeleteAsset_test : public Test
42 {
43 virtual void run(Arg)
44 {
45 UNIMPLEMENTED ("delete asset and update all dependencies");
46 }
47 };
48
49
51 LAUNCHER (DeleteAsset_test, "function asset");
52
53
54
55}}} // namespace steam::asset::test
The asset subsystem of the Steam-Layer.
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