Unit Test for the string stream. More...
#include <iostream>#include <string>#include <gtest/gtest.h>#include "../../include/ecl/streams/string_stream.hpp"
Go to the source code of this file.
| Functions | |
| int | main (int argc, char **argv) | 
| TEST (StringStreams, floatTypes) | |
| TEST (StringStreams, clearStream) | |
| TEST (StringStreams, integralTypes) | |
| TEST (StringStreams, hexTypes) | |
| TEST (StringStreams, multipleOps) | |
| TEST (StringStreams, readEmptyFail) | |
| TEST (StringStreams, remaining) | |
| int main | ( | int | argc, | 
| char ** | argv | ||
| ) | 
Definition at line 99 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| floatTypes | |||
| ) | 
Definition at line 28 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| clearStream | |||
| ) | 
Definition at line 40 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| integralTypes | |||
| ) | 
Definition at line 49 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| hexTypes | |||
| ) | 
Definition at line 60 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| multipleOps | |||
| ) | 
Definition at line 69 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| readEmptyFail | |||
| ) | 
Definition at line 82 of file string_streams.cpp.
| TEST | ( | StringStreams | , | 
| remaining | |||
| ) | 
Definition at line 89 of file string_streams.cpp.