37BOOST_AUTO_TEST_SUITE( RefdesUtils )
45 using CASE = std::pair<std::string, std::string>;
47 const std::vector<CASE> cases = {
59 for(
const auto& c : cases )
69BOOST_AUTO_TEST_SUITE_END()
wxString GetRefDesPrefix(const wxString &aRefDes)
Get the (non-numeric) prefix from a refdes - e.g.
Collection of utility functions for component reference designators (refdes)
BOOST_AUTO_TEST_CASE(GetPrefix)
Declare the test suite.
#define BOOST_TEST_CONTEXT(A)