Classes | Macros | Functions
testBasicVector.cc File Reference
#include <utl/Point.h>
#include <utl/Vector.h>
#include <utl/AxialVector.h>
#include <utl/TransformationMatrix.h>
#include <utl/GeometryException.h>
#include <tst/Verify.h>
#include <utl/Triple.h>
#include "testBasicVectorHelper.h"
#include <cppunit/extensions/HelperMacros.h>
#include <cmath>

Go to the source code of this file.

Classes

class  testBasicVector
 

Macros

#define TEST_COLLECTION(Type_)
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (testBasicVector)
 

Detailed Description

Unit tests for common features of Vectors

Author
Lukas Nellen
Date
05 Jun 2003

Definition in file testBasicVector.cc.

Macro Definition Documentation

#define TEST_COLLECTION (   Type_)
Value:
CPPUNIT_TEST_EXCEPTION(testConstructorThrow<Type_>, CoordinateSystemException); \
CPPUNIT_TEST(testConstructor<Type_>); \
CPPUNIT_TEST(testConstructorCylindrical<Type_>); \
CPPUNIT_TEST(testConstructorSpherical<Type_>); \
CPPUNIT_TEST(testOperations<Type_>)
Exception dealing with coordinate systems.

Definition at line 27 of file testBasicVector.cc.

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( testBasicVector  )

, generated on Tue Sep 26 2023.