Spexygen 2.4.1
Reference Manual
Loading...
Searching...
No Matches
test2.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_Foo_ctor_01 (void)
 constructor test
void TUN_PRJ_Foo_verify_00 (void)
 verify positive test
void TUN_PRJ_Foo_verify_01 (void)
 verify negative test

Function Documentation

◆ setUp()

void setUp ( void )

Definition at line 4 of file test2.c.

◆ tearDown()

void tearDown ( void )

Definition at line 7 of file test2.c.

◆ TUN_PRJ_Foo_ctor_01()

void TUN_PRJ_Foo_ctor_01 ( void )

constructor test

Details
This test checks that Foo_ctor() produces valid instance.

Backward Traceability

Definition at line 18 of file test2.c.

◆ TUN_PRJ_Foo_verify_00()

void TUN_PRJ_Foo_verify_00 ( void )

verify positive test

Details
This test checks that Foo_verify_() distinguishes valid instance.

Backward Traceability

Definition at line 32 of file test2.c.

◆ TUN_PRJ_Foo_verify_01()

void TUN_PRJ_Foo_verify_01 ( void )

verify negative test

Details
This test checks that Foo_verify_() distinguishes invalid instance.

Backward Traceability

Definition at line 45 of file test2.c.