YARP
Yet Another Robot Platform
Loading...
Searching...
No Matches
TestCase.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2006-2021 Istituto Italiano di Tecnologia (IIT)
3
* SPDX-License-Identifier: BSD-3-Clause
4
*/
5
6
#ifndef YARP_ROBOTTESTINGFRAMEWORK_YARPTESTCASE_H
7
#define YARP_ROBOTTESTINGFRAMEWORK_YARPTESTCASE_H
8
9
#include <
yarp/robottestingframework/api.h
>
10
#include <
yarp/os/Property.h
>
11
#include <
robottestingframework/TestCase.h
>
12
#include <string>
13
14
namespace
yarp::robottestingframework
{
15
30
class
YARP_robottestingframework_API
TestCase
:
public
::robottestingframework::TestCase {
31
public
:
32
TestCase
(std::string name);
33
virtual
~TestCase
();
34
35
bool
setup(
int
argc,
char
** argv)
override
;
36
virtual
bool
setup(
yarp::os::Property
& property);
37
38
private
:
39
class
Private
;
40
Private
*
const
mPriv;
41
};
42
43
}
// namespace yarp::robottestingframework
44
45
#endif
// YARP_ROBOTTESTINGFRAMEWORK_YARPTESTCASE_H
Property.h
TestCase.h
yarp::os::Property
A class for storing options and configuration information.
Definition
Property.h:33
yarp::robottestingframework::TestCase::Private
Definition
TestCase.cpp:19
yarp::robottestingframework::TestCase
The YarpTestCase is a helper class to facilitate loading the tests settings which are developed for Y...
Definition
TestCase.h:30
yarp::robottestingframework
Definition
JointsPosMotion.h:14
api.h
YARP_robottestingframework_API
#define YARP_robottestingframework_API
Definition
api.h:17
YARP
3.11.100+20250603.4+gitaa77f8b5c
src
libYARP_robottestingframework
src
yarp
robottestingframework
TestCase.h
Generated on Wed Jun 4 2025 02:40:12 for YARP by
1.9.8