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, construct) | |
TEST (OFileStreamTests, writeChar) | |
TEST (OFileStreamTests, writeCharString) | |
TEST (OFileStreamTests, writeString) | |
TEST (OFileStreamTests, writeIntegralTypes) | |
TEST (OFileStreamTests, writeBool) | |
TEST (OFileStreamTests, writeFloatTypes) |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 137 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
construct | |||
) |
Definition at line 34 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
writeChar | |||
) |
Definition at line 39 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
writeCharString | |||
) |
Definition at line 51 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
writeString | |||
) |
Definition at line 63 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
writeIntegralTypes | |||
) |
Definition at line 76 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
writeBool | |||
) |
Definition at line 104 of file file_streams.cpp.
TEST | ( | OFileStreamTests | , |
writeFloatTypes | |||
) |
Definition at line 118 of file file_streams.cpp.