Unit Test for the file streams. More...
#include <string>
#include <gtest/gtest.h>
#include <ecl/devices/ofile.hpp>
#include <ecl/exceptions/standard_exception.hpp>
#include "../../include/ecl/streams/file_streams.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (OFileStreamTests, writeFloatTypes) | |
TEST (OFileStreamTests, writeBool) | |
TEST (OFileStreamTests, writeIntegralTypes) | |
TEST (OFileStreamTests, writeString) | |
TEST (OFileStreamTests, writeCharString) | |
TEST (OFileStreamTests, writeChar) | |
TEST (OFileStreamTests, construct) |
Unit Test for the file streams.
Definition in file file_streams.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 137 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
writeFloatTypes | ||||
) |
Definition at line 118 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
writeBool | ||||
) |
Definition at line 104 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
writeIntegralTypes | ||||
) |
Definition at line 76 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
writeString | ||||
) |
Definition at line 63 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
writeCharString | ||||
) |
Definition at line 51 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
writeChar | ||||
) |
Definition at line 39 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , | |
construct | ||||
) |
Definition at line 34 of file file_streams.cpp.