Unit Test for the file devices. More...
#include <cstdlib>
#include <iostream>
#include <algorithm>
#include <gtest/gtest.h>
#include <ecl/exceptions/standard_exception.hpp>
#include <ecl/containers/array.hpp>
#include "../../include/ecl/devices/detail/character_buffer.hpp"
#include "../../include/ecl/devices/ofile.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (FilesTests, construct) | |
TEST (FilesTests, write) | |
TEST (FilesTests, append) | |
TEST (FilesTest, isOpen) |