20#include <boost/test/unit_test.hpp>
35 BOOST_CHECK( a == b );
36 BOOST_CHECK( !( a != b ) );
47 BOOST_CHECK( a != b );
51 BOOST_CHECK( a == b );
67 BOOST_CHECK( a != b );
71 BOOST_CHECK( a == b );
95 BOOST_CHECK( a != b );
void AddCondition(const CONDITION_TYPE aCondition, const wxString &aPrimaryData, const wxString &aSecondaryData)
Sets the given condition type with the assocated match data.
void SetComponentClass(const wxString &aComponentClass)
Sets the resulting component class for matching footprints.
COMPONENT_CLASS_SETTINGS stores data for component classes, including rules for automatic generation ...
void SetEnableSheetComponentClasses(bool aEnabled)
Sets whether component classes should be generated for components in hierarchical sheets.
void AddComponentClassAssignment(const COMPONENT_CLASS_ASSIGNMENT_DATA &aAssignment)
BOOST_AUTO_TEST_CASE(HorizontalAlignment)
BOOST_AUTO_TEST_SUITE(CadstarPartParser)
BOOST_AUTO_TEST_CASE(DefaultsCompareEqual)
BOOST_AUTO_TEST_SUITE_END()