LibCarna
Version 3.4.0
Loading...
Searching...
No Matches
test
UnitTests
HUVTest.hpp
1
/*
2
* Copyright (C) 2010 - 2016 Leonid Kostrykin
3
*
4
* Chair of Medical Engineering (mediTEC)
5
* RWTH Aachen University
6
* Pauwelsstr. 20
7
* 52074 Aachen
8
* Germany
9
*
10
*
11
* Copyright (C) 2021 - 2025 Leonid Kostrykin
12
*
13
*/
14
15
#pragma once
16
17
namespace
LibCarna
18
{
19
20
namespace
testing
21
{
22
23
24
25
// ----------------------------------------------------------------------------------
26
// HUVTest
27
// ----------------------------------------------------------------------------------
28
34
class
HUVTest
:
public
QObject
35
{
36
37
Q_OBJECT
38
39
private
slots:
40
44
void
initTestCase();
45
49
void
cleanupTestCase();
50
54
void
init();
55
59
void
cleanup();
60
61
// ----------------------------------------------------------------------------------
62
63
void
test_HUVOffset();
64
65
void
test_HUV();
66
67
};
// HUVTest
68
69
70
71
}
// namespace LibCarna :: testing
72
73
}
// namespace LibCarna
LibCarna::testing::HUVTest
Unit-tests of the LibCarna::base::HUV class.
Definition
HUVTest.hpp:35
Written by Leonid Kostrykin © 2021–2025. Based on
Carna
(© 2010-2016).
Documentation generated by
Doxygen