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