Skip to content

turbulenz/asynctest

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple framework for testing code that has a concept of a 'frame' or a 'tick', e.g. tests that run in rendering frameworks, or tests that perform a lot of asynchronous calls.

For each tick, no more than one test is executed. Tests can be paused (Test::Wait()) and resumed (Test::Resume()). When a test fails, no more test code is executed and the next test will run at the next tick.

See sample/sample.cpp for a trivial example.

About

C++ Testing Framework for Frame-based or ASync code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.0%
  • Makefile 1.0%