geolib2
|
#include <gtest/gtest.h>
#include <geolib/Box.h>
#include <geolib/datatypes.h>
#include "box_test.h"
Go to the source code of this file.
Functions | |
int | main (int argc, char **argv) |
TEST_F (BoxTest, Contains) | |
TEST_F (BoxTest, Intersect) | |
int main | ( | int | argc, |
char ** | argv | ||
) |
Definition at line 49 of file test_box.cpp.
TEST_F | ( | BoxTest | , |
Contains | |||
) |
Definition at line 8 of file test_box.cpp.
TEST_F | ( | BoxTest | , |
Intersect | |||
) |
Definition at line 23 of file test_box.cpp.