Skip to content

banditcpp/matchers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

matchers

Travis CI Status AppVeyor Status

An assertion library for C++11

Matchers is a header-only C++11 assertion framework having similarities to

  • RSpec Expectations (for Ruby),
  • Cedar Matchers (for Swift, Obj-C, ...),
  • ScalaTest Matchers (for Scala).

It was originally developed by Brandon Fosdick as part of Bandit and has been extracted to be usable in other contexts.