CppTest home page | CppTest project page |
Go to the source code of this file.
|
Unconditional failure. Used in conjunction with Test::Suite.
|
|
Verify an expression and issues an assertment if it fails. Used in conjunction with Test::Suite.
|
|
Verify an expression and issues an assertment if it fails. Used in conjunction with Test::Suite.
|
|
Verify that two expressions are equal up to a constant, issues an assertment if it fails. Used in conjunction with Test::Suite.
|
|
Verify that two expressions are equal up to a constant, issues an assertment if it fails. Used in conjunction with Test::Suite.
|
|
Verify an expression and expects an exception in return. An assertment is issued if the exception is not thrown. Used in conjunction with Test::Suite.
|
|
Verify an expression and expects an exception in return. An assertment is issued if the exception is not thrown. Used in conjunction with Test::Suite.
|
|
Verify an expression and expects any exception in return. An assertment is issued if no exception is thrown. Used in conjunction with Test::Suite.
|
|
Verify an expression and expects any exception in return. An assertment is issued if no exception is thrown. Used in conjunction with Test::Suite.
|
|
Verify an expression and expects no exception in return. An assertment is issued if any exception is thrown. Used in conjunction with Test::Suite.
|
|
Verify an expression and expects no exception in return. An assertment is issued if any exception is thrown. Used in conjunction with Test::Suite.
|