Macro
SEQAN_CALL_TEST
Expand to calling a test.
SEQAN_CALL_TEST(test_name)
Parameters
test_name
The name of the test.
Remarks
This expects the test to be defined with SEQAN_DEFINE_TEST. This macro will expand to code that calls the code inside a try/catch block. Use this macro within a test suite, only.
Examples
// Within a test suite.
SEQAN_CALL_TEST(test_name);
SeqAn - Sequence Analysis Library - www.seqan.de
 

Page built @2013/07/11 09:12:37