M5UnitUnified 0.0.2 git rev:a353e8c
Loading...
Searching...
No Matches
test_template.hpp File Reference

Helper for testing UnitComponent. More...

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

Go to the source code of this file.

Classes

class  m5::unit::googletest::GlobalFixture< FREQ, WNUM >
 Overall test environment configuration. More...
 
class  m5::unit::googletest::ComponentTestBase< U, TP >
 UnitComponent Derived class for testing. More...
 

Namespaces

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

Detailed Description

Helper for testing UnitComponent.

Note
Depends on GoogleTest