Skip to content

WildandArt/TestingSummary

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

TestingSummary - Simple lightweight unit-testing hpp file

Example:

int main()
{
   int a = 5;
   int b = 10;

   TestEqual(6, a);         
   TestLarger(b, a);         
   TestUnEqual(5, b);       
   TestExpression(a == b); 

   return 0;
}

Output:

pic1

About

Simple lightweight unit-testing assistant

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages