$search
Unit Test for the cartesian point classes. More...
#include <gtest/gtest.h>
#include "../../include/ecl/geometry/cartesian_point.hpp"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (CartesianPointTests, constAccessors) | |
TEST (CartesianPointTests, vectorHandle) | |
TEST (CartesianPointTests, assignment) | |
TEST (CartesianPointTests, construct) |
Unit Test for the cartesian point classes.
Definition in file cartesian_points.cpp.
int main | ( | int | argc, | |
char ** | argv | |||
) |
Definition at line 83 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , | |
constAccessors | ||||
) |
Definition at line 68 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , | |
vectorHandle | ||||
) |
Definition at line 59 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , | |
assignment | ||||
) |
Definition at line 40 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , | |
construct | ||||
) |
Definition at line 28 of file cartesian_points.cpp.