Releases: boost-ext/ut
Releases · boost-ext/ut
v1.1.3
[Boost].μt - C++ single header, macro-free μ(micro)/Unit Testing Framework
-
Additions
- Colors in compound expressions
- Fatal assertions on per test case bases
- Ability to override/disable default colors
- Overview
-
Bug Fixes
v1.1.2
[Boost].μt - C++ single header, macro-free μ(micro)/Unit Testing Framework
"If you liked it then you
"should have put a"_test
on it", Beyonce rule
-
Additions
- C++17 support
- Alternative
test("name") = [] {};
syntax - README
- Overview
- Benchmarks /
Boost.Test-1.71.0
-
Bug Fixes
v1.1.1
[Boost].μt - C++20 single header, macro-free μ(micro)/Unit Testing Framework
-
Additions
- Updated benchmarks
- Alternative assertion syntax
that %
expect(that % 1 == 2)
https://godbolt.org/z/Df2nrN
eq/ne/lt/le/gt/ge
expect(eq(1, 2))
-> https://godbolt.org/z/Df2nrN
- README
-
Bug Fixes
v1.1.0
[Boost].μt - C++20 single header, macro-free μ(micro)/Unit Testing Framework
-
Additions
- Updated benchmarks
- Support for
-fno-exceptions
BOOST_UT_VERSION
- Faster compilation times of multiple file test suites with
BOOST_UT_INTERFACE/BOOST_UT_IMPLEMENTATION
-
Bug Fixes
v1.0.1
[Boost].μt - C++20 single header, macro-free μ(micro)/Unit Testing Framework
-
Additions
- Support for C++20 modules
- Benchmarks
-
Improvements
-
Bug Fixes
-
Contributions