$search
Unit Test for ecl::Array containers. More...
#include <iostream>#include <gtest/gtest.h>#include "../../include/ecl/containers/array.hpp"
Go to the source code of this file.
Defines | |
| #define | ECL_MEM_CHECK_ARRAYS |
Functions | |
| int | main (int argc, char **argv) |
| TEST (ArrayMemCheckTests, bufferRuns) | |
| TEST (ArrayMemCheckTests, resize) | |
| TEST (ArrayMemCheckTests, iterators) | |
| TEST (ArrayMemCheckTests, rangeChecking) | |
| TEST (ArrayMemCheckTests, Accessors) | |
| TEST (ArrayMemCheckTests, commaInitialisation) | |
| TEST (ArrayMemCheckTests, blueprintAssignment) | |
| TEST (ArrayMemCheckTests, copyConstructors) | |
| TEST (ArrayMemCheckTests, constructors) | |
Unit Test for ecl::Array containers.
Definition in file arrays_mem_check.cpp.
| #define ECL_MEM_CHECK_ARRAYS |
Definition at line 12 of file arrays_mem_check.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 235 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| bufferRuns | ||||
| ) |
Definition at line 168 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| resize | ||||
| ) |
Definition at line 155 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| iterators | ||||
| ) |
Definition at line 146 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| rangeChecking | ||||
| ) |
Definition at line 124 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| Accessors | ||||
| ) |
Definition at line 106 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| commaInitialisation | ||||
| ) |
Definition at line 89 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| blueprintAssignment | ||||
| ) |
Definition at line 79 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| copyConstructors | ||||
| ) |
Definition at line 60 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | |
| constructors | ||||
| ) |
Definition at line 35 of file arrays_mem_check.cpp.