third_party.pigweed.src/pw_unit_test
Alexei Frolov ea39552467 pw_unit_test: Start documentation
This change adds some initial documentation for the unit test module.

Change-Id: Icc9eaa67c11766af8eb3921c9079771efe152af8
2020-03-13 23:25:52 +00:00
..
public/pw_unit_test pw_unit_test: Add support for SetUp / TearDown 2020-02-11 20:19:55 -08:00
public_overrides/gtest
py pw_cli: Make process.py faster 2020-03-13 19:36:59 +00:00
BUILD Rename pw_dumb_io to pw_sys_io 2020-03-03 18:19:17 +00:00
BUILD.gn pw_unit_test: Start documentation 2020-03-13 23:25:52 +00:00
CMakeLists.txt Rename pw_dumb_io to pw_sys_io 2020-03-03 18:19:17 +00:00
docs.rst pw_unit_test: Start documentation 2020-03-13 23:25:52 +00:00
framework_test.cc pw_unit_test: Add support for SetUp / TearDown 2020-02-11 20:19:55 -08:00
framework.cc pw_unit_test: Support ASSERT/EXPECT in test ctor 2020-02-04 12:10:43 -08:00
logging_event_handler.cc pw_unit_test: Support disabled tests 2020-01-31 10:36:02 -08:00
logging_main.cc
README.md
simple_printing_event_handler.cc pw_unit_test: Support disabled tests 2020-01-31 10:36:02 -08:00
simple_printing_main.cc Rename pw_dumb_io to pw_sys_io 2020-03-03 18:19:17 +00:00
test.gni Roll GN to 239533d 2020-02-28 01:33:18 +00:00

pw_unit_test: Lightweight C++ unit testing framework

The pw_unit_test module contains the code for Pigweed Test, a Googletest-compatible unit testing framework that runs on anything from bare-metal microcontrollers to large desktop operating systems.