Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 692 Bytes

README.md

File metadata and controls

16 lines (12 loc) · 692 Bytes

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.