Martin Moene

Results 71 issues of Martin Moene

[std::hash<std::string_view> on cppreference](http://en.cppreference.com/w/cpp/string/basic_string_view/hash) Section 24.4.5 in [C++ 17 working draft N4659](wg21.link/n4659): Hash support: >Note: The hash value of a string view object is equal to the hash value of the...

From [core's documentation pages](http://mnmlstc.github.io/core/) there seems to be no obvious link to [core's project page](https://github.com/mnmlstc/core) to help the reader to obtain the code to actually use it. I'd expect such...

See [*gsl-lite* PR 308](https://github.com/gsl-lite/gsl-lite/pull/308#issuecomment-863877069). Items: - Suppression of `"::__lest_registrar__ddd" was declared but never referenced` (inspired to open this issue). - *Compilation* (not executing) with exceptions unavailable (see [comment](https://github.com/gsl-lite/gsl-lite/pull/308#issuecomment-863889065)). Commits of...

Detlef Vollmann brings up the following: I'm using lest for test cases for the exercises of a C++ course. My problem is that sometimes I EXPECT some invariant of an...

enhancement

See e.g. [CMakeLists.txt of span-lite](https://github.com/martinmoene/span-lite/blob/master/test/CMakeLists.txt).

See [Catch PR 1405](https://github.com/catchorg/Catch2/pull/1405)

See - Catch PR 1362 - [fixed-point.t.cpp](https://github.com/martinmoene/kalman-estimator/blob/master/test/fixed-point.t.cpp)

Add `#include ` for `std::boolalpha`. - [x] lest.hpp: not needed: `` is included by `` since C++11. - [ ] lest_cpp03.hpp

Study [**stf**](https://github.com/jfalcou/stf) by @jfalcou and let lest benefit from it. Ideas: - [ ] Use auto test case registration only. - [ ] Use default suite, but still allow for...

milestone

see [restc-cpp/include/restc-cpp/test_helper.h](https://github.com/jgaa/restc-cpp/blob/master/include/restc-cpp/test_helper.h). - [ ] [Catch](https://github.com/philsquared/Catch): [test cases](https://github.com/philsquared/Catch/blob/master/docs/test-cases-and-sections.md#top), [assertions](https://github.com/philsquared/Catch/blob/master/docs/assertions.md#top) - [ ] [Boost.Test](http://www.boost.org/doc/libs/1_65_1/libs/test/doc/html/index.html) - [ ] [Google Test](https://github.com/google/googletest) - [ ] [UnitTest++](https://github.com/unittest-cpp/unittest-cpp/wiki/Macro-and-Parameter-Referencep)