Skip to content

This is my study unit test framework that is to be developed further

Notifications You must be signed in to change notification settings

fedora0xffff/UnitTestFramewok

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UnitTestFramewok

A simple unit test framework library.
This library provides:

  • several template fucntions for container output,
  • template asserts which provide useful info and throw std::runtime_error in case of assert failure,
  • the tester class aimed to run tests, count failures, handle exceptions,
  • helper macros for short asserts and test running

build

In the source root:
mkdir build
cd build && cmake ..
make

install

sudo make install

About

This is my study unit test framework that is to be developed further

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published