ADORe
ADORe is a modular open source software library and toolkit for decision making, planning, control and simulation of automated vehicles
test_alfunction.cpp File Reference
#include <catch2/catch.hpp>
#include "adore/mad/alfunction.h"
Include dependency graph for test_alfunction.cpp:

Macros

#define CATCH_CONFIG_MAIN
 

Functions

 TEST_CASE ("testing LConstFun", "[alfunction]")
 
 TEST_CASE ("testing LConstFun case 2", "[alfunction]")
 

Variables

adore::mad::LConstFun< double, double > lconstfun {1.0, -10.0, 10.0}
 

Macro Definition Documentation

◆ CATCH_CONFIG_MAIN

#define CATCH_CONFIG_MAIN

Function Documentation

◆ TEST_CASE() [1/2]

TEST_CASE ( "testing LConstFun case 2"  ,
""  [alfunction] 
)
Here is the call graph for this function:

◆ TEST_CASE() [2/2]

TEST_CASE ( "testing LConstFun"  ,
""  [alfunction] 
)
Here is the call graph for this function:

Variable Documentation

◆ lconstfun

adore::mad::LConstFun<double,double> lconstfun {1.0, -10.0, 10.0}