Jamoma API  0.6.0.a19
TTAllpass4a.test.cpp
Go to the documentation of this file.
1 /** @file
2  *
3  * @ingroup dspFilterLib
4  *
5  * @brief Unit test for the FilterLib #TTAllpass4a class.
6  *
7  * @details Currently this test is just a stub
8  *
9  * @authors Trond Lossius, Tim Place
10  *
11  * @copyright Copyright © 2012 by Trond Lossius & Timothy Place @n
12  * This code is licensed under the terms of the "New BSD License" @n
13  * http://creativecommons.org/licenses/BSD/
14  */
15 
16 
17 #include "TTAllpass4a.h"
18 
19 
20 TTErr TTAllpass4a::test(TTValue& returnedTestInfo)
21 {
22  int errorCount = 0;
23  int testAssertionCount = 0;
24 
25  // Wrap up the test results to pass back to whoever called this test
26  return TTTestFinish(testAssertionCount, errorCount, returnedTestInfo);
27 }
28 
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
Definition: TTBase.h:342
TTAllpass4a is a fourth-order allpass filter.
[doxygenAppendixC_copyExample]
Definition: TTValue.h:34