Unit Test for ecl::Array containers. More...

Go to the source code of this file.
| Macros | |
| #define | ECL_MEM_CHECK_ARRAYS | 
| Functions | |
| int | main (int argc, char **argv) | 
| TEST (ArrayMemCheckTests, Accessors) | |
| TEST (ArrayMemCheckTests, blueprintAssignment) | |
| TEST (ArrayMemCheckTests, bufferRuns) | |
| TEST (ArrayMemCheckTests, commaInitialisation) | |
| TEST (ArrayMemCheckTests, constructors) | |
| TEST (ArrayMemCheckTests, copyConstructors) | |
| TEST (ArrayMemCheckTests, iterators) | |
| TEST (ArrayMemCheckTests, rangeChecking) | |
| TEST (ArrayMemCheckTests, resize) | |
| #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 | , | 
| Accessors | |||
| ) | 
Definition at line 106 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | 
| blueprintAssignment | |||
| ) | 
Definition at line 79 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | 
| bufferRuns | |||
| ) | 
Definition at line 168 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | 
| commaInitialisation | |||
| ) | 
Definition at line 89 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | 
| constructors | |||
| ) | 
Definition at line 35 of file arrays_mem_check.cpp.
| TEST | ( | ArrayMemCheckTests | , | 
| copyConstructors | |||
| ) | 
Definition at line 60 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 | , | 
| resize | |||
| ) | 
Definition at line 155 of file arrays_mem_check.cpp.