IODA Bundle
TestCase.cc
Go to the documentation of this file.
1
/*
2
* (C) Copyright 1996-2012 ECMWF.
3
*
4
* This software is licensed under the terms of the Apache Licence Version 2.0
5
* which can be obtained at http://www.apache.org/licenses/LICENSE-2.0.
6
* In applying this licence, ECMWF does not waive the privileges and immunities
7
* granted to it by virtue of its status as an intergovernmental organisation nor
8
* does it submit to any jurisdiction.
9
*/
10
11
/// \file TestCase.h
12
///
13
/// @author Piotr Kuchta, ECMWF, Feb 2009
14
15
#include <iostream>
16
#include <vector>
17
#include <map>
18
using namespace
std
;
19
20
#include "
Tool.h
"
21
#include "
TestCase.h
"
22
#include "
ToolFactory.h
"
23
24
namespace
odc
{
25
namespace
tool {
26
namespace
test
{
27
28
TestCase::TestCase(
int
argc,
char
**argv)
29
:
Tool
(argc, argv)
30
{}
31
32
void
TestCase::run
()
33
{
34
setUp
();
35
test
();
36
tearDown
();
37
}
38
39
TestCase::~TestCase
() {}
40
41
void
TestCase::setUp
() {}
42
void
TestCase::test
() {}
43
void
TestCase::tearDown
() {}
44
45
}
// namespace test
46
}
// namespace tool
47
}
// namespace odc
48
TestCase.h
Tool.h
ToolFactory.h
odc::tool::Tool
Definition:
Tool.h:27
odc::tool::test::TestCase::test
virtual void test()
Definition:
TestCase.cc:42
odc::tool::test::TestCase::setUp
virtual void setUp()
Definition:
TestCase.cc:41
odc::tool::test::TestCase::tearDown
virtual void tearDown()
Definition:
TestCase.cc:43
odc::tool::test::TestCase::run
virtual void run()
Definition:
TestCase.cc:32
odc::tool::test::TestCase::~TestCase
virtual ~TestCase()
Definition:
TestCase.cc:39
odc
Definition:
ColumnInfo.h:23
std
Definition:
encode.cc:30
test
Definition:
test/assimilation/FullGMRES.h:25
odc
src
odc
tools
TestCase.cc
Generated on Fri Aug 20 2021 11:49:11 for IODA Bundle by
1.9.1