#include "unit-test.h"#include <string>#include <vector>#include <opencv2/opencv.hpp>#include "Util/conscience_log.h"#include "Util/conscience_util.h"#include "Util/geom.h"#include "Axiomes/Csc3dTypes.h"Functions | |
| BOOST_FIXTURE_TEST_CASE (utils_trimWithSpaces, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_trimWhenNotNecessary, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_floatArrayToString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_floatArrayToStringEmpty, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_intArrayToString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_intArrayToStringEmpty, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_boolToString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_toStringCurrentTimeWithMillis, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_toStringDateAndTime, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_splitString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_splitStringWithEmpty, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_splitStringWithEscape, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_splitStringWithJson, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_parseFloatList, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_parseIntList, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_replaceInString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_replaceInString_onlyFirst, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_replaceInString_all, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_replaceInString_all_consecutive, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_toStringOrNullString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_vectorToString, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_diffMillis_toMillis, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_stringIsNumber, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_to_string_precision_double, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (utils_randomString, Fixture) | |
| ENUM (SimpleEnumTest, Value1, Value2) | |
| ENUM (NumbersEnumTest, One, Two, Three, Four) | |
| BOOST_FIXTURE_TEST_CASE (Enum_UnitTests_canUseSimpleMethods, Fixture) | |
| BOOST_FIXTURE_TEST_CASE (Enum_UnitTests_canHaveDoc, Fixture) | |
| BOOST_FIXTURE_TEST_CASE | ( | Enum_UnitTests_canHaveDoc | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | Enum_UnitTests_canUseSimpleMethods | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_boolToString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_diffMillis_toMillis | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_floatArrayToString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_floatArrayToStringEmpty | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_intArrayToString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_intArrayToStringEmpty | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_parseFloatList | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_parseIntList | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_randomString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_replaceInString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_replaceInString_all | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_replaceInString_all_consecutive | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_replaceInString_onlyFirst | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_splitString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_splitStringWithEmpty | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_splitStringWithEscape | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_splitStringWithJson | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_stringIsNumber | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_to_string_precision_double | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_toStringCurrentTimeWithMillis | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_toStringDateAndTime | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_toStringOrNullString | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_trimWhenNotNecessary | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_trimWithSpaces | , |
| Fixture | |||
| ) |
| BOOST_FIXTURE_TEST_CASE | ( | utils_vectorToString | , |
| Fixture | |||
| ) |
| ENUM | ( | NumbersEnumTest | , |
| One | , | ||
| Two | , | ||
| Three | , | ||
| Four | |||
| ) |
| ENUM | ( | SimpleEnumTest | , |
| Value1 | , | ||
| Value2 | |||
| ) |