#請益 c++怎麼寫通用的unit test國立臺灣科技大學前情提要有人寫過c++的unit test嗎? 要怎麼寫出不會綁定環境的unit test呢? 我用過visual studio code的Google test 可是Google test會綁定vscode 我如果換成codeblock, online gdb等其他環境時 就沒辦法用一樣的code了通用單元測試cppCPPUnitTesting