#include <gtest/gtest.h>#include <spline_smoother/splines.h>#include <stdlib.h>
Go to the source code of this file.
Functions | |
| static double | getRandomNumber (double min, double max) |
| int | main (int argc, char **argv) |
| TEST (TestSplines, testCubicCoefficients) | |
| TEST (TestSplines, testQuinticCoefficients) | |
| static double getRandomNumber | ( | double | min, | |
| double | max | |||
| ) | [static] |
Definition at line 43 of file test_splines.cpp.
| int main | ( | int | argc, | |
| char ** | argv | |||
| ) |
Definition at line 111 of file test_splines.cpp.
| TEST | ( | TestSplines | , | |
| testCubicCoefficients | ||||
| ) |
Definition at line 80 of file test_splines.cpp.
| TEST | ( | TestSplines | , | |
| testQuinticCoefficients | ||||
| ) |
Definition at line 48 of file test_splines.cpp.