Jamoma API
0.6.0.a19
Main Page
Related Pages
Modules
Classes
Files
File List
File Members
TTAllpass1aCascade2.test.cpp
Go to the documentation of this file.
1
/** @file
2
*
3
* @ingroup dspFilterLib
4
*
5
* @brief Unit test for the FilterLib #TTAllpass1aCascade2 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 "
TTAllpass1aCascade2.h
"
18
19
20
TTErr
TTAllpass1aCascade2::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
TTAllpass1aCascade2.h
TTAllpass1aCascade2 is a first-order filter cascade
TTAllpass1aCascade2::test
virtual TTErr test(TTValue &returnedTestInfo)
Unit Tests.
Definition:
TTAllpass1aCascade2.test.cpp:20
TTErr
TTErr
Jamoma Error Codes Enumeration of error codes that might be returned by any of the TTBlue functions a...
Definition:
TTBase.h:342
TTValue
[doxygenAppendixC_copyExample]
Definition:
TTValue.h:34
Core
DSP
extensions
FilterLib
tests
TTAllpass1aCascade2.test.cpp
Generated on Wed Aug 26 2015 15:07:19 for Jamoma API by
1.8.10