geolib2
Functions
test_box.cpp File Reference
#include <gtest/gtest.h>
#include <geolib/Box.h>
#include <geolib/datatypes.h>
#include "box_test.h"
Include dependency graph for test_box.cpp:

Go to the source code of this file.

Functions

int main (int argc, char **argv)
 
 TEST_F (BoxTest, Contains)
 
 TEST_F (BoxTest, Intersect)
 

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 49 of file test_box.cpp.

◆ TEST_F() [1/2]

TEST_F ( BoxTest  ,
Contains   
)

Definition at line 8 of file test_box.cpp.

◆ TEST_F() [2/2]

TEST_F ( BoxTest  ,
Intersect   
)

Definition at line 23 of file test_box.cpp.