M5UnitUnified 0.4.4 git rev:306ddd5
Loading...
Searching...
No Matches
test_template.hpp File Reference

Helper for testing UnitComponent. More...

#include "../M5UnitComponent.hpp"
#include <type_traits>
#include <Wire.h>
#include <SPI.h>
#include <esp32-hal-i2c.h>
#include <M5Unified.h>

Go to the source code of this file.

Classes

class  m5::unit::googletest::I2CComponentTestBase< U >
 UnitComponent derived class for testing (I2C) More...
 
class  m5::unit::googletest::GPIOComponentTestBase< U >
 UnitComponent derived class for testing (GPIO) More...
 
class  m5::unit::googletest::UARTComponentTestBase< U >
 UnitComponent derived class for testing (UART) More...
 
class  m5::unit::googletest::SPIComponentTestBase< U >
 UnitComponent derived class for testing (SPI) More...
 

Namespaces

namespace  m5
 Top level namespace of M5stack.
 
namespace  googletest
 For GoogleTest.
 

Detailed Description

Helper for testing UnitComponent.

Note
Depends on GoogleTest