GlebPlekhotko

Results 2 issues of GlebPlekhotko

Hello everyone! An issue for the record. Let's consider we create the "_test_unit.c_" file containing some tests in it. It looks as follows: ``` #include void setUp(void) { ; }...

Hello! Here is what I have. Test file (_Test_DevicesTask_create.c_): ``` #include #include "Mock_queue.h" #include void setUp(void) { ; } void tearDown(void) { ; } /** * Prepare: * Do: *...