GSL/tests
vjacquet 28ec4ea699 Differentiating exception type for Expects and Ensures
Expects throw std::logic_error when Ensures throws std::runtime_error.
Uses multiple inheritance so that the exception thrown is both the
standard and the gsl::fail_fast.
2016-06-26 23:58:13 +02:00
..
unittest-cpp@dc6b908380 Adding unittest-cpp as a submodule. 2016-03-23 16:42:35 -07:00
assertion_tests.cpp Differentiating exception type for Expects and Ensures 2016-06-26 23:58:13 +02:00
at_tests.cpp gsl::at overload for initializer_list 2016-05-09 15:27:17 +02:00
bounds_tests.cpp Enabled -Wall for gcc and clang. 2015-11-13 03:27:53 +00:00
CMakeLists.txt Moving submodule init before subdirectory. 2016-03-23 16:53:00 -07:00
notnull_tests.cpp Enabled -Wall for gcc and clang. 2015-11-13 03:27:53 +00:00
owner_tests.cpp Renamed namespace to 'gsl'. Renamed macro to configure testing. 2015-09-29 16:41:37 -07:00
span_tests.cpp Corrected some variable naming. 2015-11-30 05:34:38 +00:00
strided_span_tests.cpp Reworked span to match GSL design. 2015-11-29 19:19:37 -08:00
string_span_tests.cpp Fixed compilation issues with gcc and clang 2016-02-06 21:37:17 +00:00
utils_tests.cpp narrow: Also check if a value has changed sign after cast. 2016-02-08 12:38:06 +01:00