libMesh
point_test.C
Go to the documentation of this file.
1 #include <libmesh/point.h>
2 
3 #include "point_test.h"
4 
5 using namespace libMesh;
6 
7 class PointTest : public PointTestBase<Point> {
8 public:
9  CPPUNIT_TEST_SUITE( PointTest );
10 
11  POINTTEST
12 
13  CPPUNIT_TEST_SUITE_END();
14 };
15 
point_test.h
PointTestBase
Definition: point_test.h:11
libMesh
The libMesh namespace provides an interface to certain functionality in the library.
Definition: factoryfunction.C:55
CPPUNIT_TEST_SUITE_REGISTRATION
CPPUNIT_TEST_SUITE_REGISTRATION(PointTest)
PointTest
Definition: point_test.C:7