KiCad PCB EDA Suite
Loading...
Searching...
No Matches
boost::unit_test::is_forward_iterable< wxString > Struct Reference

wxString looks like a container to Boost.Test because it has begin()/end(). More...

#include <unit_test_utils.h>

Inheritance diagram for boost::unit_test::is_forward_iterable< wxString >:

Detailed Description

wxString looks like a container to Boost.Test because it has begin()/end().

But we actually want to treat it NOT like a container so that it prints the value in constructions like BOOST_TEST( strA == strB )

Definition at line 196 of file unit_test_utils.h.


The documentation for this struct was generated from the following file: