FOSSology  4.4.0
Open Source License Compliance by Open Source Software
test_ContainerInfo.c File Reference

Unit test cases for ContainerInfo. More...

#include "run_tests.h"
Include dependency graph for test_ContainerInfo.c:

Go to the source code of this file.

Functions

void testDebugContainerInfo ()
 test function DebugContainerInfo() More...
 

Variables

static int Result = 0
 
static ContainerInfoCI = NULL
 
CU_TestInfo ContainerInfo_testcases []
 Container info test cases. More...
 

Detailed Description

Unit test cases for ContainerInfo.

Definition in file test_ContainerInfo.c.

Function Documentation

◆ testDebugContainerInfo()

void testDebugContainerInfo ( )

test function DebugContainerInfo()

Test:
  1. Create a test ContainerInfo object
  2. Pass it to DebugContainerInfo()

Definition at line 20 of file test_ContainerInfo.c.

Variable Documentation

◆ ContainerInfo_testcases

CU_TestInfo ContainerInfo_testcases[]
Initial value:
=
{
{"DebugContainerInfo:", testDebugContainerInfo},
CU_TEST_INFO_NULL
}
void testDebugContainerInfo()
test function DebugContainerInfo()

Container info test cases.

Definition at line 36 of file test_ContainerInfo.c.