geolib2
Classes | Functions
test_shape.cpp File Reference
#include <gtest/gtest.h>
#include <geolib/Shape.h>
#include "box_test.h"
Include dependency graph for test_shape.cpp:

Go to the source code of this file.

Classes

class  ShapeTest
 

Functions

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

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 63 of file test_shape.cpp.

◆ TEST_F() [1/2]

TEST_F ( ShapeTest  ,
Contains   
)

Definition at line 22 of file test_shape.cpp.

◆ TEST_F() [2/2]

TEST_F ( ShapeTest  ,
Intersect   
)

Definition at line 37 of file test_shape.cpp.