2023-Robot
Robot code for 2023 FRC season by Argos, FRC team #1756
Loading...
Searching...
No Matches
argos_lib::testing Namespace Reference

Functions

template<class UnitTypeLhs , class UnitTypeRhs , class UnitTypeTol >
::testing::AssertionResult UnitEqual (UnitTypeLhs actual, UnitTypeRhs expected, UnitTypeTol tolerance)
 
template<class UnitTypeLhs , class UnitTypeRhs >
::testing::AssertionResult UnitEqual (UnitTypeLhs actual, UnitTypeRhs expected)
 

Function Documentation

◆ UnitEqual() [1/2]

template<class UnitTypeLhs , class UnitTypeRhs >
::testing::AssertionResult argos_lib::testing::UnitEqual ( UnitTypeLhs  actual,
UnitTypeRhs  expected 
)

◆ UnitEqual() [2/2]

template<class UnitTypeLhs , class UnitTypeRhs , class UnitTypeTol >
::testing::AssertionResult argos_lib::testing::UnitEqual ( UnitTypeLhs  actual,
UnitTypeRhs  expected,
UnitTypeTol  tolerance 
)