Unit Test for Converter. More...
#include <iostream>
#include <string>
#include <gtest/gtest.h>
#include "../../include/ecl/converters/to_byte_array.hpp"
#include "../../include/ecl/converters/char.hpp"
#include "../../include/ecl/converters/char_strings.hpp"
#include "../../include/ecl/converters/string.hpp"
#include "../../include/ecl/converters/integers.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (Converter, toChar) | |
TEST (Converter, toCharString) | |
TEST (Converter, toInt) | |
TEST (Converter, toString) | |
Variables | |
const bool | debug_output = true |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 123 of file converters.cpp.
TEST | ( | Converter | , |
toChar | |||
) |
Definition at line 39 of file converters.cpp.
TEST | ( | Converter | , |
toCharString | |||
) |
Definition at line 80 of file converters.cpp.
TEST | ( | Converter | , |
toInt | |||
) |
Definition at line 67 of file converters.cpp.
TEST | ( | Converter | , |
toString | |||
) |
Definition at line 57 of file converters.cpp.
const bool debug_output = true |
Definition at line 32 of file converters.cpp.