$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.
Functions | |
int | main (int argc, char **argv) |
TEST (ArrayMemCheckTests, concepts) | |
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.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 174 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
concepts | ||||
) |
Definition at line 163 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
resize | ||||
) |
Definition at line 150 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
iterators | ||||
) |
Definition at line 141 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
rangeChecking | ||||
) |
Definition at line 119 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
Accessors | ||||
) |
Definition at line 101 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
commaInitialisation | ||||
) |
Definition at line 84 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
blueprintAssignment | ||||
) |
Definition at line 74 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
copyConstructors | ||||
) |
Definition at line 55 of file arrays.cpp.
TEST | ( | ArrayMemCheckTests | , | |
constructors | ||||
) |
Definition at line 30 of file arrays.cpp.