esp32_BNO08x 1.31
C++ BNO08x IMU driver component for esp-idf.
Loading...
Searching...
No Matches
CallbackTests.cpp File Reference
#include "unity.h"
#include "../include/BNO08xTestHelper.hpp"
Include dependency graph for CallbackTests.cpp:

Functions

 TEST_CASE ("BNO08x Driver Creation for [CallbackAllReportVoidInputParam] Tests", "[CallbackAllReportVoidInputParam]")
 
 TEST_CASE ("Void Input Param Flavor Cb", "[CallbackAllReportVoidInputParam]")
 
 TEST_CASE ("BNO08x Driver Cleanup for [CallbackAllReportVoidInputParam] Tests", "[CallbackAllReportVoidInputParam]")
 
 TEST_CASE ("BNO08x Driver Creation for [CallbackAllReportIDInputParam] Tests", "[CallbackAllReportIDInputParam]")
 
 TEST_CASE ("Report ID Input Param Flavor Cb", "[CallbackAllReportIDInputParam]")
 
 TEST_CASE ("BNO08x Driver Cleanup for [CallbackAllReportIDInputParam] Tests", "[CallbackAllReportIDInputParam]")
 
 TEST_CASE ("BNO08x Driver Creation for [CallbackSingleReportVoidInputParam] Tests", "[CallbackSingleReportVoidInputParam]")
 
 TEST_CASE ("Single Report Void Input Param Flavor Cb", "[CallbackSingleReportVoidInputParam]")
 
 TEST_CASE ("BNO08x Driver Cleanup for [CallbackSingleReportVoidInputParam] Tests", "[CallbackSingleReportVoidInputParam]")
 

Detailed Description

Author
Myles Parfeniuk
Warning
YOU MUST ADD THE FOLLOWING LINE TO YOUR MAIN PROJECTS CMakeLists.txt IN ORDER FOR THIS TEST SUITE TO BE BUILT WITH PROJECT: set(TEST_COMPONENTS "esp32_BNO08x" CACHE STRING "Components to test.")

Function Documentation

◆ TEST_CASE() [1/9]

TEST_CASE ( "BNO08x Driver Cleanup for Tests" [CallbackAllReportIDInputParam],
"" [CallbackAllReportIDInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [2/9]

TEST_CASE ( "BNO08x Driver Cleanup for Tests" [CallbackAllReportVoidInputParam],
"" [CallbackAllReportVoidInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [3/9]

TEST_CASE ( "BNO08x Driver Cleanup for Tests" [CallbackSingleReportVoidInputParam],
"" [CallbackSingleReportVoidInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [4/9]

TEST_CASE ( "BNO08x Driver Creation for Tests" [CallbackAllReportIDInputParam],
"" [CallbackAllReportIDInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [5/9]

TEST_CASE ( "BNO08x Driver Creation for Tests" [CallbackAllReportVoidInputParam],
"" [CallbackAllReportVoidInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [6/9]

TEST_CASE ( "BNO08x Driver Creation for Tests" [CallbackSingleReportVoidInputParam],
"" [CallbackSingleReportVoidInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [7/9]

TEST_CASE ( "Report ID Input Param Flavor Cb" ,
"" [CallbackAllReportIDInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [8/9]

TEST_CASE ( "Single Report Void Input Param Flavor Cb" ,
"" [CallbackSingleReportVoidInputParam] )
Here is the call graph for this function:

◆ TEST_CASE() [9/9]

TEST_CASE ( "Void Input Param Flavor Cb" ,
"" [CallbackAllReportVoidInputParam] )
Here is the call graph for this function: