Download
You can download Igloo here.
Release notes
Version 0.4.2
- Added missing include of <memory>.
- Aliases for registration macros moved to it's own file to enable customization.
Version 0.4.1
- Fixed: The registration of nested contexts could fail under some circumstances.
Version 0.4
- Support for BDD-style tests using Context/Spec. This replaces the TestFixture/TestMethod keywords. Old terminology still supported for backwards compatibility.
- Support for nested contexts.
- A string containing multiple lines can be treated as a collection of lines by the collection constraints.
- A new context is created before each call to SetUp/Spec/TearDown to ensure that a fresh context is used in each spec.
Version 0.3
First public release