Exponent::Testing::CAssert Class Reference

List of all members.

Detailed Description

Provides debugging assert support.

Date:
18/08/2005
Author:
Paul Chana
Version:
1.0.0 Initial version
Note:
All contents of this source code are copyright 2005 Exp Digital Uk.
This source file is covered by the licence conditions of the Infinity API. You should have recieved a copy
with the source code. If you didnt, please refer to http://www.expdigital.co.uk All content is the Intellectual property of Exp Digital Uk.
Certain sections of this code may come from other sources. They are credited where applicable.
If you have comments, suggestions or bug reports please visit http://support.expdigital.co.uk
Id
CAssert.hpp,v 1.2 2007/02/08 21:06:44 paul Exp

Definition at line 31 of file CAssert.hpp.

Static Public Member Functions


Member Function Documentation

static void Exponent::Testing::CAssert::assertFalse (  )  [inline, static]

Assert that a value is false

Definition at line 40 of file CAssert.hpp.

static void Exponent::Testing::CAssert::assertNormalisedSignalRange ( const double  value  )  [inline, static]

Assert that a value is >= 0.0 && <= 1.0

Parameters:
value Value to check

Definition at line 51 of file CAssert.hpp.

static void Exponent::Testing::CAssert::assertNotNull ( const void *  value  )  [inline, static]

Assert that a value is non null

Parameters:
value Pointer to check

Definition at line 57 of file CAssert.hpp.

static void Exponent::Testing::CAssert::assertTrue (  )  [inline, static]

Assert that a value is true

Definition at line 45 of file CAssert.hpp.


Infinity API - Exponent::Testing::CAssert Class Reference generated on 7 Mar 2007