Google C++ Testing Framework ์์ํ๊ธฐ Introduction Google C++ Testing Framework(์ดํ google test)์ ๋ ๋์ C++ test๋ฅผ ์ํ tool์ด๋ค. ๋ Linux, Mac, Windows ๋ชจ๋์์ ์ฌ์ฉ ๊ฐ๋ฅํ๋ค. ์ข์ test๋ฅผ ์ํด Google test๊ฐ ์ด์ ์ ๋ง์ถ๊ณ ์๋ ๋ด์ฉ์ ์๋์ ๊ฐ๋ค. 1. Test๋ ๋ ๋ฆฝ์ ์ด์ด์ผ ํ๊ณ ๋ฐ๋ณต๊ฐ๋ฅํด์ผ ํ๋ค. Success ํน์ Fail์ธ test๋ฅผ debug ํ๋ ์ผ์ ํ๋ ์ผ์ด๋ผ google test๋ test๋ฅผ ๋ณ๋์ object๋ก ๋ถ๋ฆฌํด ๋ ๋ฆฝ์ ์ผ๋ก ์ํ๋๋๋ก ๋ง๋ ๋ค. Test fail์ธ ๊ฒฝ์ฐ google test์์๋ ์คํจํ case๋ง ๋ณ๋๋ก ์ํํด ๋น ๋ฅธ debugging์ด ๊ฐ๋ฅํ๋๋ก ์ง์ํ๋ค..