kblib 0.2.3
General utilities library for modern C++
|
#include "kblib/io.h"
#include "catch.hpp"
#include "kblib/hash.h"
#include <deque>
#include <iostream>
#include <sstream>
#include <vector>
Go to the source code of this file.
Functions | |
TEST_CASE ("get_line") | |
TEST_CASE ("wide get_line") | |
TEST_CASE ("nl") | |
TEST_CASE ("nl(wchar_t)") | |
TEST_CASE ("expect(good)") | |
TEST_CASE ("expect(fail)") | |
TEST_CASE ("expect(wchar_t, good)") | |
TEST_CASE ("expect(wchar_t, fail)") | |
TEST_CASE ("expect(widening, good)") | |
TEST_CASE ("expect(widening, fail)") | |
TEST_CASE ("get_file_contents") | |
TEST_CASE ("tee_stream") | |