45 using CASE = std::pair<std::string, std::string>;
47 const std::vector<CASE> cases = {
59 for(
const auto& c : cases )
61 BOOST_TEST_CONTEXT(
"Testing: " << c.first )
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_SUITE(CadstarPartParser)
BOOST_AUTO_TEST_SUITE_END()
BOOST_AUTO_TEST_CASE(GetPrefix)
Declare the test suite.