I've been using Unity for a while but started migrating to GoogleTest mainly because of GMock. When your component has multiple C++ classes, writing mocks by hand gets painful fast — GMock handles it in a few lines directly in the test file.
The main challenge was integrating GTest into the IDF ...
Search found 3 matches
- Sun Feb 22, 2026 6:25 am
- Forum: ESP-IDF
- Topic: Unit testing ESP-IDF C++ components with GoogleTest (host-based)
- Replies: 0
- Views: 84
- Mon Feb 09, 2026 4:38 pm
- Forum: ESP-IDF
- Topic: Wi-Fi state manager component for ESP-IDF (C++): architecture feedback
- Replies: 4
- Views: 511
Re: Wi-Fi state manager component for ESP-IDF (C++): architecture feedback
MicroController, your code is a beautiful example of modern C++; I’d love to see the whole project if it’s public and available on GitHub.
My own code is pretty much just 'C with classes.' I program strictly as a hobby and out of necessity, without any formal background in the field, so I still ...
My own code is pretty much just 'C with classes.' I program strictly as a hobby and out of necessity, without any formal background in the field, so I still ...
- Tue Feb 03, 2026 4:19 am
- Forum: ESP-IDF
- Topic: Wi-Fi state manager component for ESP-IDF (C++): architecture feedback
- Replies: 4
- Views: 511
Wi-Fi state manager component for ESP-IDF (C++): architecture feedback
Hi,
I built a Wi-Fi manager component for ESP-IDF and looking for feedback on the architecture and component registry guidelines:
https://components.espressif.com/components/aluiziotomazelli/wifi_manager/versions/1.0.0/
https://github.com/aluiziotomazelli/wifi_manager
The component wraps esp_wifi ...
I built a Wi-Fi manager component for ESP-IDF and looking for feedback on the architecture and component registry guidelines:
https://components.espressif.com/components/aluiziotomazelli/wifi_manager/versions/1.0.0/
https://github.com/aluiziotomazelli/wifi_manager
The component wraps esp_wifi ...