Тёмный

LS33.2 - C - Unit Testing Introduction with Google Test 

Kris Jordan
Подписаться 14 тыс.
Просмотров 38 тыс.
50% 1

Опубликовано:

 

4 апр 2020

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 15   
@EngineeringVignettes
@EngineeringVignettes 3 года назад
Would have been much more helpful if you had gone through how to construct the CMake,Makefile and the compiling strategy, eg. - compile against libs (static & dynamic options) or - encorporate the gtest source into the application under test... Both require different cmake,makefile setups.
@baptisteg4728
@baptisteg4728 2 года назад
yeah but the video is title is clearly "c unit testing introduction" not "how to unit test" w/ google test (if it was "tutorial" maybe but its just not this type of content)
@TapanKumar-vo7le
@TapanKumar-vo7le 3 года назад
Can you tell how you set-up your gtest and what's the makefile you have written?
@Tachiguro
@Tachiguro Год назад
I am interested in this too.
@funfactory6273
@funfactory6273 Год назад
Very nice and informative video. Thanks!!! I wanted to ask what kind of editor are you using? I know at some point you said 'vim'. But what's that opening tab on left side, by "CTRL+O"?? Is it TMUX? how to do it any link to set it up? Thanks again.
@tomatte99
@tomatte99 Год назад
thank you very much, better video about unit testing on C
@dannyhunn6025
@dannyhunn6025 3 года назад
sweet and to the point on how to use c with google test framework, amazing. I only have one issue you called it "care" instead of "char" let the flame war begin!!! Really though great explanation!
@KrisJordan
@KrisJordan 3 года назад
Thanks! I once pronounced char as ch-ar, but the argument that won me over was you would never say ch-aracter :)
@EdwinFairchild
@EdwinFairchild 2 года назад
@@KrisJordan how do you pronounce "stdlib" std lib where the lib is like liberty , or the lib like library? lol we have this discussion at work. if we go by your answer to previous question you pronounce stdlib like library
@KrisJordan
@KrisJordan 2 года назад
@@EdwinFairchild great question. I honestly don't know that there's a correct answer here, but I would believe it if the original Unix programmers went with "libe". I have always read it in my head as just "lib" even though I know it's short for library.
@nusratjemy6844
@nusratjemy6844 2 года назад
could you please give the previous lesson's link? kind of lost in your you tube channel video play lists and was not able to figure out where are previous or next videos.
@THEMATT222
@THEMATT222 11 месяцев назад
Noice 👍
@sas1one
@sas1one Год назад
One minor observation: in line number 9 of copy.cpp, should not the dst be allocated size(src) + 1 bytes? Otherwise while writing a null terminated string, the next byte on the stack would be overwritten leading to stack corruption! >> char dst[sizeof(src) + 1];
@ME0WMERE
@ME0WMERE Год назад
`sizeof(src)` include the null character
@Jayasree_kitchen
@Jayasree_kitchen 2 года назад
please can u help me to solve EXPECT_EQ not declared error
Далее
LS33.3 - C - Another Example Test
6:56
Просмотров 3,7 тыс.
Косплей на ГОЛОВОЛОМКА 2!
15:20
Просмотров 510 тыс.
50 YouTubers Fight For $1,000,000
41:27
Просмотров 89 млн
C++ Unit Testing with Google Test Tutorial
14:59
Просмотров 398 тыс.
C Arrays and Pointers to Pointers
35:20
Просмотров 17 тыс.
You Can't Unit Test C, Right?
23:09
Просмотров 51 тыс.
Introduction to Google Test and CMake
31:32
Просмотров 134 тыс.
Effective Unit Testing by Eliotte Rusty Harold
48:10
Просмотров 102 тыс.
Googletest (Installation ) - #1  [عربى]
11:01
Просмотров 4,9 тыс.
unit testing in VS2022 with google test
16:10
Просмотров 9 тыс.