20#ifndef __XAO_BREPGEOMETRY_TEST_HXX__
21#define __XAO_BREPGEOMETRY_TEST_HXX__
23#include <cppunit/extensions/HelperMacros.h>
Definition: BrepGeometryTest.hxx:28
CPPUNIT_TEST(testGetSolidVolume)
CPPUNIT_TEST(testGetVertex)
void testGetSolidVolume()
Definition: BrepGeometryTest.cxx:264
CPPUNIT_TEST(testGetNames)
void testParse()
Definition: BrepGeometryTest.cxx:274
CPPUNIT_TEST_SUITE(BrepGeometryTest)
void testGetVertex()
Definition: BrepGeometryTest.cxx:226
void testGetEdgeLength()
Definition: BrepGeometryTest.cxx:240
CPPUNIT_TEST(testGetReferences)
void testGetFaceEdges()
Definition: BrepGeometryTest.cxx:179
void testSolidFaces()
Definition: BrepGeometryTest.cxx:204
CPPUNIT_TEST(testSolidFaces)
void setUp()
Definition: BrepGeometryTest.cxx:30
void testGetFaceArea()
Definition: BrepGeometryTest.cxx:252
CPPUNIT_TEST(testGetFaceArea)
void testGetIDs()
Definition: BrepGeometryTest.cxx:48
void cleanUp()
Definition: BrepGeometryTest.cxx:38
void tearDown()
Definition: BrepGeometryTest.cxx:34
void testGetReferences()
Definition: BrepGeometryTest.cxx:78
void testGetEdgeVertices()
Definition: BrepGeometryTest.cxx:156
CPPUNIT_TEST(testGetEdgeVertices)
void testGetNames()
Definition: BrepGeometryTest.cxx:114
CPPUNIT_TEST(testGetEdgeLength)
CPPUNIT_TEST(testGetFaceEdges)
Definition: BrepGeometryTest.hxx:26