You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With some C-preprocessor hackery, it's possible to merge the 1-argument macro and the 1-argument macro into a single macro. Not sure if this is worth it or not.
The text was updated successfully, but these errors were encountered:
I think this is not worth it. The TEST_F() macro is an established macro in Google Test. Also, AUnit inherited a whole bunch of macros (assertTestXxxF(), checkTestXxxF(), testingF(), externTestF(), externTestingF()) from ArduinoUnit which would need the same cpp macro trick to merge into their equilvalent non-F forms. That's too much code clutter for not much value.
With some C-preprocessor hackery, it's possible to merge the 1-argument macro and the 1-argument macro into a single macro. Not sure if this is worth it or not.
The text was updated successfully, but these errors were encountered: