Unit Test for the cartesian point classes. More...
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST (CartesianPointTests, construct) | |
TEST (CartesianPointTests, assignment) | |
TEST (CartesianPointTests, vectorHandle) | |
TEST (CartesianPointTests, constAccessors) |
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 | , |
construct | |||
) |
Definition at line 28 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , |
assignment | |||
) |
Definition at line 40 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , |
vectorHandle | |||
) |
Definition at line 59 of file cartesian_points.cpp.
TEST | ( | CartesianPointTests | , |
constAccessors | |||
) |
Definition at line 68 of file cartesian_points.cpp.