Classes | Macros | Functions
testSMatrixSVector.cc File Reference
#include <iostream>
#include <utl/SVector.h>
#include <utl/SMatrix.h>
#include <tst/Verify.h>
#include <cppunit/extensions/HelperMacros.h>

Go to the source code of this file.

Classes

struct  Bar
 
struct  Foo
 
class  TestSMatrixSVector
 

Macros

#define ASSERT_CLOSE(x, y)   CPPUNIT_ASSERT(Verify<CloseTo>(x, y))
 
#define ASSERT_CLOSE_EPS(x, y, eps)   CPPUNIT_ASSERT(Verify<CloseTo>(x, y, eps))
 
#define ASSERT_EQUAL(x, y)   CPPUNIT_ASSERT(Verify<Equal>(x, y))
 

Functions

 CPPUNIT_TEST_SUITE_REGISTRATION (TestSMatrixSVector)
 

Detailed Description

Test Static Matrix and Vector classes

Author
Darko Veberic
Date
8 Jun 2008

Definition in file testSMatrixSVector.cc.

Macro Definition Documentation

#define ASSERT_CLOSE (   x,
 
)    CPPUNIT_ASSERT(Verify<CloseTo>(x, y))

Definition at line 23 of file testSMatrixSVector.cc.

Referenced by TestSMatrixSVector::TestSVectorAngle().

#define ASSERT_CLOSE_EPS (   x,
  y,
  eps 
)    CPPUNIT_ASSERT(Verify<CloseTo>(x, y, eps))

Definition at line 24 of file testSMatrixSVector.cc.

#define ASSERT_EQUAL (   x,
 
)    CPPUNIT_ASSERT(Verify<Equal>(x, y))

Function Documentation

CPPUNIT_TEST_SUITE_REGISTRATION ( TestSMatrixSVector  )

, generated on Tue Sep 26 2023.