Simple-Web-Server/tests
2019-06-23 12:46:21 +02:00
..
assert.hpp Further improvements to the ASSERT-macro: replaced fprintf with std::cerr and added std::-prefix to abort 2019-03-28 10:56:16 +01:00
CMakeLists.txt use NAME and COMMAND tags in add_test function 2019-02-08 15:30:42 +00:00
crypto_test.cpp Improved ASSERT macro, and renamed tests/check.hpp to tests/assert.hpp 2019-03-23 13:46:31 +01:00
io_test.cpp Added missing include 2019-06-23 12:46:21 +02:00
parse_test.cpp Added support for new asio api 2019-04-10 11:07:33 +02:00
status_code_test.cpp Fixes #261: SimpleWeb::status_code(const std::string &) now only regards the status code number when searching for status code enum, and can also return undefined enums that can be cast to an integer value 2019-04-29 13:30:22 +02:00