UnitTestHarness  1.0
Unit Testing Tool
 All Data Structures Namespaces Files Functions Variables Pages
exampleLibToBeTested.ctl File Reference

Functions

int exampleLibToBeTested_add (int a, int b)
 
int exampleLibToBeTested_sub (int a, int b)
 
int exampleLibToBeTested_mul (int a, int b)
 
int exampleLibToBeTested_div (int a, int b)
 

Function Documentation

int exampleLibToBeTested_add ( int  a,
int  b 
)
int exampleLibToBeTested_div ( int  a,
int  b 
)
int exampleLibToBeTested_mul ( int  a,
int  b 
)
int exampleLibToBeTested_sub ( int  a,
int  b 
)