Spexygen 2.4.1
Reference Manual
Loading...
Searching...
No Matches
test1.c File Reference
#include "header.h"
#include "unity.h"

Go to the source code of this file.

Functions

void setUp (void)
void tearDown (void)
void TUN_PRJ_free_fun_00 (void)
 zero input test
void TUN_PRJ_free_fun_01 (void)
 non-zero input test

Function Documentation

◆ setUp()

void setUp ( void )

Definition at line 4 of file test1.c.

◆ tearDown()

void tearDown ( void )

Definition at line 7 of file test1.c.

◆ TUN_PRJ_free_fun_00()

void TUN_PRJ_free_fun_00 ( void )

zero input test

Details
This test checks that zero input to free_fun() produces zero array.

Backward Traceability

Definition at line 18 of file test1.c.

◆ TUN_PRJ_free_fun_01()

void TUN_PRJ_free_fun_01 ( void )

non-zero input test

Details
This test checks that non-zero input to free_fun() produces expected array.

Backward Traceability

Definition at line 34 of file test1.c.