Skip to content
This repository has been archived by the owner on Jul 4, 2023. It is now read-only.

gzp79/acatch

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

acatch

This is a fork of the CATCH unit-test framework: https://github.com/philsquared/Catch

The reporting and the logging part was mainly rewritten from scratch:

  • thread safe logging
  • assertions with minimal overhead: test is evaluated and no logging is performed on success
  • fixture vs. method tests
    • fixtures are created once and has a setup/teardown cycle
    • method tests instantiate new objects for each test-run

About

Almost Catch, a fork of the catch testing framework

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published