#include <gtest/gtest.h>
#include <limits>
#include <random>
#include <psen_scan/psen_scan_internal_angle.h>
Go to the source code of this file.
Functions | |
TEST (DegreeTest, copy_constructor) | |
TEST (DegreeTest, double_constructor) | |
TEST (DegreeTest, psen_scan_internal_angle_constructor) | |
TEST (DegreeTest, operator_smaller_than) | |
TEST (DegreeTest, operator_greater_than) | |
TEST (DegreeTest, operator_is_equal) | |
TEST (DegreeTest, operator_multiplication_assignment) | |
TEST (DegreeTest, operator_multiplication) | |
TEST (DegreeTest, operator_minus_assignment) | |
TEST (DegreeTest, operator_minus) | |
TEST (DegreeTest, operator_unary_minus) | |
TEST (DegreeTest, operator_assignment) | |
TEST (DegreeTest, operator_stream) | |
TEST (PSENscanInternalAngleTest, copy_constructor) | |
TEST (PSENscanInternalAngleTest, int_constructor) | |
TEST (PSENscanInternalAngleTest, degree_constructor) | |
TEST (PSENscanInternalAngleTest, operator_smaller_than) | |
TEST (PSENscanInternalAngleTest, operator_greater_than) | |
TEST (PSENscanInternalAngleTest, operator_smaller_than_or_equal) | |
TEST (PSENscanInternalAngleTest, operator_greater_than_or_equal) | |
TEST (PSENscanInternalAngleTest, operator_is_equal) | |
TEST (PSENscanInternalAngleTest, operator_is_not_equal) | |
TEST (PSENscanInternalAngleTest, operator_minus_assignment) | |
TEST (PSENscanInternalAngleTest, operator_minus) | |
TEST (PSENscanInternalAngleTest, operator_plus_assignment) | |
TEST (PSENscanInternalAngleTest, operator_plus) | |
TEST (PSENscanInternalAngleTest, operator_assignment) | |
TEST (PSENscanInternalAngleTest, operator_stream) | |
TEST | ( | DegreeTest | , |
copy_constructor | |||
) |
Definition at line 24 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
double_constructor | |||
) |
Definition at line 34 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
psen_scan_internal_angle_constructor | |||
) |
Definition at line 46 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_smaller_than | |||
) |
Definition at line 67 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_greater_than | |||
) |
Definition at line 106 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_is_equal | |||
) |
Definition at line 145 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_multiplication_assignment | |||
) |
Definition at line 164 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_multiplication | |||
) |
Definition at line 201 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_minus_assignment | |||
) |
Definition at line 231 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_minus | |||
) |
Definition at line 251 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_unary_minus | |||
) |
Definition at line 270 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_assignment | |||
) |
Definition at line 283 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | DegreeTest | , |
operator_stream | |||
) |
Definition at line 300 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
copy_constructor | |||
) |
Definition at line 319 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
int_constructor | |||
) |
Definition at line 328 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
degree_constructor | |||
) |
Definition at line 343 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_smaller_than | |||
) |
Definition at line 358 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_greater_than | |||
) |
Definition at line 397 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_smaller_than_or_equal | |||
) |
Definition at line 436 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_greater_than_or_equal | |||
) |
Definition at line 475 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_is_equal | |||
) |
Definition at line 514 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_is_not_equal | |||
) |
Definition at line 533 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_minus_assignment | |||
) |
Definition at line 552 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_minus | |||
) |
Definition at line 572 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_plus_assignment | |||
) |
Definition at line 591 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_plus | |||
) |
Definition at line 611 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_assignment | |||
) |
Definition at line 630 of file unittest_psen_scan_internal_angle.cpp.
TEST | ( | PSENscanInternalAngleTest | , |
operator_stream | |||
) |
Definition at line 647 of file unittest_psen_scan_internal_angle.cpp.