Started at 2013-11-25 03:03:51
TASK: "Update Sandbox"
Change log for /home/testfarm/clam
[OK]
:: 15444 - dgarcia
DiscontinuousSegmentation instead of base Segmentation
Change log for /home/testfarm/clam-test-data
[OK]
Updating /home/testfarm/clam, 15443 -> 15444
[OK]
Updating /home/testfarm/clam-test-data, 137 -> 137
[OK]
END OF TASK: "Update Sandbox"
TASK: "count lines of code"
echo /home/testfarm//clam/CLAM
[OK]
clam_loc: 347175
echo /home/testfarm//clam/SMSTools
[OK]
smstools_loc: 38839
echo /home/testfarm//clam/NetworkEditor
[OK]
networkeditor_loc: 170155
END OF TASK: "count lines of code"
TASK: "Deployment"
cd /home/testfarm//clam/CLAM
[OK]
rm -rf /home/testfarm/local/*
[OK]
mkdir -p /home/testfarm/local
[OK]
scons configure prefix=/home/testfarm/local xmlbackend=both release=0
[OK]
scons
[OK]
scons install
[OK]
mkdir -p /home/testfarm/local/bin
[OK]
END OF TASK: "Deployment"
TASK: "Unit Tests"
cd /home/testfarm//clam/CLAM/test
[OK]
scons test_data_path=/home/testfarm//clam-test-data clam_prefix=/home/testfarm/local
[OK]
cd UnitTests
[OK]
echo no command specified
[OK]
./UnitTests
[FAILED]
+ All Tests
+ CLAMTest::cppUnitHelperTest
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoToString_NotEquals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoToString_Equals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_Equals
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_DifferentUnrelatedClasses
. CLAMTest::cppUnitHelperTest::testAssertionTraitsTypeInfoEqual_DifferentSuperAndSubClass
. CLAMTest::cppUnitHelperTest::testLoggable_InsertAndThenGetLog
. CLAMTest::cppUnitHelperTest::testLoggable_InsertAndThenGetLog_AfterClearLog
+ CLAMTest::FileCleanerTest
. CLAMTest::FileCleanerTest::test_exists_whenExists
. CLAMTest::FileCleanerTest::test_destructor_whenEmpty
. CLAMTest::FileCleanerTest::test_destructor_whenAddedOne
. CLAMTest::FileCleanerTest::test_destructor_whenAddedMany
. CLAMTest::FileCleanerTest::test_destructor_whenNotCreated
. CLAMTest::FileCleanerTest::test_addTemp_withoutExtension
. CLAMTest::FileCleanerTest::test_add_returnsTheFile
+ CLAMTest::TypedControlsTest
. CLAMTest::TypedControlsTest::testInControl_DoControl_ChangesInternalState
. CLAMTest::TypedControlsTest::testAddLinkAndSendControl_ChangesInControlInternalState
. CLAMTest::TypedControlsTest::testIsConnected_WithOutControl_AfterConnection
. CLAMTest::TypedControlsTest::testIsConnected_WithOutControl_WithoutConnection
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreConnected
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreNotConnected
. CLAMTest::TypedControlsTest::testInControlIsConnected_byDefault
. CLAMTest::TypedControlsTest::testInControlIsConnected_whenConnected
. CLAMTest::TypedControlsTest::testInControlIsConnected_whenDisconnected
. CLAMTest::TypedControlsTest::testInControlDestructor_disconnectsOutControl
. CLAMTest::TypedControlsTest::testOutControlDestructor_disconnectsInControl
. CLAMTest::TypedControlsTest::testOneOutControlManyInControls_DoControl_ChangesInternalState
. CLAMTest::TypedControlsTest::testIsLinkable_withDifferentControls
. CLAMTest::TypedControlsTest::testIsLinkable_withSameControls
. CLAMTest::TypedControlsTest::testAddLink_withSameControls
. CLAMTest::TypedControlsTest::testAddLink_withDifferentControls
. CLAMTest::TypedControlsTest::testIsConnected_WithOutControl_AfterConnection_withFloat
. CLAMTest::TypedControlsTest::testIsConnected_WithOutControl_WithNoConnection_withFloat
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreConnected_withFloat
. CLAMTest::TypedControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreNotConnected_withFloat
. CLAMTest::TypedControlsTest::testInControlWithCallback_DoControl_ChangesInternalState
. CLAMTest::TypedControlsTest::testLinkAndSendWithInControl_CallbackMethodGetsCalled
. CLAMTest::TypedControlsTest::testLinkAndSendWithInControl_CopyCallbackMethodGetsCalled
. CLAMTest::TypedControlsTest::testControlHandlerId_WritesToLog
. CLAMTest::TypedControlsTest::testLinkAndSendWithInControl_CallbackWithIdMethodGetsCalled
. CLAMTest::TypedControlsTest::testLinkAndSendWithInControl_CopyCallbackWithIdMethodGetsCalled
. CLAMTest::TypedControlsTest::testInControlRegistry_ProcessingInterface_Register_ChangesInternalState
. CLAMTest::TypedControlsTest::testOutControlRegistry_ProcessingInterface_Register_ChangesInternalState
. CLAMTest::TypedControlsTest::testInControlRegistry_Has_loadingControlWithSameName
. CLAMTest::TypedControlsTest::testOutControlRegistry_Has_loadingControlWithSameName
. CLAMTest::TypedControlsTest::testInControlRegistry_Has_withNoControls
. CLAMTest::TypedControlsTest::testOutControlRegistry_Has_withNoControls
. CLAMTest::TypedControlsTest::testInControl_doesntHaveBoundsBydefault
. CLAMTest::TypedControlsTest::testInControl_defaultBounds
. CLAMTest::TypedControlsTest::testInControl_settingBounds
. CLAMTest::TypedControlsTest::testInControl_boundedDefaultValue
. CLAMTest::TypedControlsTest::testInControl_isBoundedWhenTrue
. CLAMTest::TypedControlsTest::testInControl_setDefaultprevailstoBounds
+ CLAMTest::ControlsTest
. CLAMTest::ControlsTest::testInControl_DoControl_ChangesInternalState
. CLAMTest::ControlsTest::testLinkAndSendControl_ChangesInControlInternalState
. CLAMTest::ControlsTest::testInControlTmpl_DoControl_ChangesInternalState
. CLAMTest::ControlsTest::testLinkAndSendWithInControlTmpl_CallbackMethodGetsCalled
. CLAMTest::ControlsTest::testControlHandlerId_WritesToLog
. CLAMTest::ControlsTest::testLinkAndSendWithInControlTmpl_CallbackWithIdMethodGetsCalled
. CLAMTest::ControlsTest::testInControl_GetName_ChangesInteralState
. CLAMTest::ControlsTest::testOutControl_GetName_ChangesInteralState
. CLAMTest::ControlsTest::testInControlArray_Constructor_GeneratesCorrectName
. CLAMTest::ControlsTest::testInControlTmplArray_Constructor_GeneratesCorrectName
. CLAMTest::ControlsTest::testInControlTmplArray_ReceivesControl_HandlerReceivesControlAndId
. CLAMTest::ControlsTest::testIsConnected_WithOutControl_AfterConnection
. CLAMTest::ControlsTest::testIsConnected_WithOutControl_WithoutConnection
. CLAMTest::ControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreConnected
. CLAMTest::ControlsTest::testIsConnectedTo_WithOutControl_WhenControlsAreNotConnected
. CLAMTest::ControlsTest::testIsConnectedTo_WithInControl_WhenControlsAreConnected
. CLAMTest::ControlsTest::testIsConnectedTo_WithInControl_WhenControlsAreNotConnected
. CLAMTest::ControlsTest::testOutControlPublisher_GetsRegisteredToAProcessing
. CLAMTest::ControlsTest::testOutControlPublisher_ConnectControlsFromPublisher
. CLAMTest::ControlsTest::testOutControlPublisher_SendControlWhenNothingPublished
. CLAMTest::ControlsTest::testInControlPublisher
. CLAMTest::ControlsTest::testInControlPublisher_GetsRegisteredToAProcessing
. CLAMTest::ControlsTest::testInControlPublisher_ConnectControlsFromPublisher
. CLAMTest::ControlsTest::testInControlPublisher_DoControlWhenNothingPublished
. CLAMTest::ControlsTest::testInControlIsConnected_byDefault
. CLAMTest::ControlsTest::testInControlIsConnected_whenConnected
. CLAMTest::ControlsTest::testInControlIsConnected_whenDisconnected
. CLAMTest::ControlsTest::testInControlDestructor_disconnectsOutControl
. CLAMTest::ControlsTest::testOutControlDestructor_disconnectsInControl
. CLAMTest::ControlsTest::testInControl_doesntHaveBoundsBydefault
. CLAMTest::ControlsTest::testInControl_defaultBounds
. CLAMTest::ControlsTest::testInControl_settingBounds
. CLAMTest::ControlsTest::testInControl_boundedDefaultValue
. CLAMTest::ControlsTest::testInControl_isBoundedWhenTrue
. CLAMTest::ControlsTest::testInControl_setDefaultprevailstoBounds
+ CLAMTest::ScopePoolTest
. CLAMTest::ScopePoolTest::testGetWritePool_ReturnsSameMemory
. CLAMTest::ScopePoolTest::testGetReadPool_ReturnsConstMemory
. CLAMTest::ScopePoolTest::testGetWritePool_withStrings
. CLAMTest::ScopePoolTest::testGetWritePool_withWrongType
. CLAMTest::ScopePoolTest::testGetReadPool_withWrongType
. CLAMTest::ScopePoolTest::testGetReadPool_withoutGetWritePoolFirst
. CLAMTest::ScopePoolTest::testConstruction_givesSizeZeroByDefault
. CLAMTest::ScopePoolTest::testSetSize_overAZeroSizePool
. CLAMTest::ScopePoolTest::testSetSize_overANonZeroSizePool
. CLAMTest::ScopePoolTest::testInsert
. CLAMTest::ScopePoolTest::testRemove
+ CLAMTest::SpectralPeakDescriptorsTest
. CLAMTest::SpectralPeakDescriptorsTest::testDataAttachment_whenLogDataFails
. CLAMTest::SpectralPeakDescriptorsTest::testConstructionDataAttachment_whenLogDataFails
. CLAMTest::SpectralPeakDescriptorsTest::testMagnitudeMean
. CLAMTest::SpectralPeakDescriptorsTest::testHarmonicCentroid
. CLAMTest::SpectralPeakDescriptorsTest::testHarmonicDeviation
. CLAMTest::SpectralPeakDescriptorsTest::testFirstTristimulus
. CLAMTest::SpectralPeakDescriptorsTest::testSecondTristimulus
. CLAMTest::SpectralPeakDescriptorsTest::testThirdTristimulus
. CLAMTest::SpectralPeakDescriptorsTest::testOddHarmonics
. CLAMTest::SpectralPeakDescriptorsTest::testEvenHarmonics
. CLAMTest::SpectralPeakDescriptorsTest::testOddToEvenRatio
+ CLAMTest::DescriptionDataPoolTest
. CLAMTest::DescriptionDataPoolTest::testUnpopulatedScopeIsNotFreed
. CLAMTest::DescriptionDataPoolTest::testSetNumberOfContexts_withANonExistingScope
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_withinUnexistingScope
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_withinUnpopulatedScope
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_whenTheAttributeDoesNotExist
. CLAMTest::DescriptionDataPoolTest::testInstanciateAttribute_whenTheAttributeDoesNotExistButTheScopeIsNotPopulated
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_withDifferentAttributes
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_withTheSameAttributeTwice
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_fromAUnpopulatedScope
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_fromUnexistingScope
. CLAMTest::DescriptionDataPoolTest::testGetAttribute_withNonInstantiatedAttribute
. CLAMTest::DescriptionDataPoolTest::testInsertElement
. CLAMTest::DescriptionDataPoolTest::testRemoveElement
+ CLAMTest::HookTest
. CLAMTest::HookTest::testInit_PointsToThePoolBegin
. CLAMTest::HookTest::testNext_PointsToTheNextPoolData
. CLAMTest::HookTest::testIsInsideScope_ReturnsTrueWhileInsideTheScope
. CLAMTest::HookTest::testIsInsideScope_ReturnsFalseBeyondTheScope
. CLAMTest::HookTest::testWriteInit_PointsToThePoolBegin
. CLAMTest::HookTest::testWriteNext_PointsToTheNextPoolData
. CLAMTest::HookTest::testWriteIsInsideScope_ReturnsTrueWhileInsideTheScope
. CLAMTest::HookTest::testWriteIsInsideScope_ReturnsFalseBeyondTheScope
. CLAMTest::HookTest::testTransformUsingHooks
+ CLAMTest::AttributePoolTest
. CLAMTest::AttributePoolTest::testGetData_returnsNullByDefault
. CLAMTest::AttributePoolTest::testAllocatePool
. CLAMTest::AttributePoolTest::testDeallocatePool
. CLAMTest::AttributePoolTest::testDeallocatePool_whenNoPreviousAllocation
+ CLAMTest::ExtractorTest
. CLAMTest::ExtractorTest::testInScopeBinding
. CLAMTest::ExtractorTest::testIndirectedBinding
. CLAMTest::ExtractorTest::testDoubleIndirectedBinding
. CLAMTest::ExtractorTest::testRangeIndirectBinding
+ CLAMTest::DescriptionScopeTest
. CLAMTest::DescriptionScopeTest::testGetIndex_whenEmpty
. CLAMTest::DescriptionScopeTest::testGetIndex_withOneInserted
. CLAMTest::DescriptionScopeTest::testGetIndex_withAWrongName
. CLAMTest::DescriptionScopeTest::testGetIndex_withSecondInsertedArray
. CLAMTest::DescriptionScopeTest::testAddAttribute_whenNameAlreadyAdded
. CLAMTest::DescriptionScopeTest::testAdding_DifferentTypes
. CLAMTest::DescriptionScopeTest::testCheckType_withOtherType
. CLAMTest::DescriptionScopeTest::testCheckType_withSameType
. CLAMTest::DescriptionScopeTest::testGetAttributeName_withTwoScopes
. CLAMTest::DescriptionScopeTest::testGetAttributeName_withWrongNumber
+ CLAMTest::DescriptionSchemeTest
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withNoScopeRegistered
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withASingleAttribute
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withTwoAttributeOnDifferentScopes
. CLAMTest::DescriptionSchemeTest::testGetNScopes_withTwoAttributeOnTheSameScope
. CLAMTest::DescriptionSchemeTest::testGetScope_withNoScopeRegistered
. CLAMTest::DescriptionSchemeTest::testGetScope_withARegisteredAttribute
. CLAMTest::DescriptionSchemeTest::testGetScope_withTwoScopes
. CLAMTest::DescriptionSchemeTest::testGetScopeByIndex_withIndexOutOfBounds
. CLAMTest::DescriptionSchemeTest::testGetScopeIndex_withNoScopeRegistered
. CLAMTest::DescriptionSchemeTest::testGetScopeIndex_withARegisteredAttribute
. CLAMTest::DescriptionSchemeTest::testGetScopeIndex_withTwoScopes
. CLAMTest::DescriptionSchemeTest::testGetScopeName_withTwoScopes
. CLAMTest::DescriptionSchemeTest::testGetScopeName_withWrongNumber
+ CLAMTest::SpectralDescriptorsTest
. CLAMTest::SpectralDescriptorsTest::testDataAttachment_whenLogDataFails
. CLAMTest::SpectralDescriptorsTest::testConstructionDataAttachment_whenLogDataFails
. CLAMTest::SpectralDescriptorsTest::testRolloff
. CLAMTest::SpectralDescriptorsTest::testFlatness
. CLAMTest::SpectralDescriptorsTest::testCentroid
. CLAMTest::SpectralDescriptorsTest::testSlope
. CLAMTest::SpectralDescriptorsTest::testMaxMagFreq
. CLAMTest::SpectralDescriptorsTest::testMagnitudeSkewness
. CLAMTest::SpectralDescriptorsTest::testMagnitudeKurtosis
. CLAMTest::SpectralDescriptorsTest::testHighFrequencyContent
+ CLAMTest::AudioDescriptorsTest
. CLAMTest::AudioDescriptorsTest::testLogAttackTime
. CLAMTest::AudioDescriptorsTest::testTemporalCentroid
. CLAMTest::AudioDescriptorsTest::testZeroCrossingRate
. CLAMTest::AudioDescriptorsTest::testEnergy
+ CLAMTest::DescriptionXmlTest
. CLAMTest::DescriptionXmlTest::testDumpAttributePool_withSimpleData
. CLAMTest::DescriptionXmlTest::testDumpAttributePool_withComponentData
. CLAMTest::DescriptionXmlTest::testRestoreAttributePool_withSimpleData
. CLAMTest::DescriptionXmlTest::testRestoreAttributePool_withComponentData
. CLAMTest::DescriptionXmlTest::testRestoreAttributePool_withDifferentNameFails
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withNoAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withAttributesAndZeroSize
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withIntegerAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withComponentAttributes
. CLAMTest::DescriptionXmlTest::testDumpScopePool_withNonInstantiatedAttributes
. CLAMTest::DescriptionXmlTest::testRestoreScopePool_withSingleAttribute
. CLAMTest::DescriptionXmlTest::testRestoreScopePool_withSeveralAttributes
. CLAMTest::DescriptionXmlTest::testRestoreScopePool_withBadScopeName
. CLAMTest::DescriptionXmlTest::testDumpDescriptionDataPool_withAllKindsOfData
. CLAMTest::DescriptionXmlTest::testRestoreDescriptionDataPool_withAllKindsOfData
. CLAMTest::DescriptionXmlTest::testDumpSchema
. CLAMTest::DescriptionXmlTest::testDumpMagnitudeAttributeSchema
. CLAMTest::DescriptionXmlTest::testDumpStringAttributeSchema
. CLAMTest::DescriptionXmlTest::testDumpComponentAttributeSchema
. CLAMTest::DescriptionXmlTest::testRestoreSchema
+ CLAMTest::SpectralPeakDetectTest
. CLAMTest::SpectralPeakDetectTest::test5kSin
+ CLAMTest::IndirectBindingTest
. CLAMTest::IndirectBindingTest::testInit_PointsToThePlaceReferencedByTheFirstReference
. CLAMTest::IndirectBindingTest::testNext_PointsToThePlaceReferencedByTheSecondReference
. CLAMTest::IndirectBindingTest::testIsInsideScope_returnsTrueBeforeEnd
. CLAMTest::IndirectBindingTest::testIsInsideScope_returnsFalseAfterLastReference
. CLAMTest::IndirectBindingTest::testGetForReading_failsWhenInvalidReference
. CLAMTest::IndirectBindingTest::testExtraction_usingHooks
. CLAMTest::IndirectBindingTest::testDoubleIndirection_usingHooks
. CLAMTest::IndirectBindingTest::testRangeInit_PointsToTheFirstRange
. CLAMTest::IndirectBindingTest::testGetRangeForReading_failsWhenInvalidReference
. CLAMTest::IndirectBindingTest::testRangeExtraction_usingHooks
+ CLAMTest::DynamicTypeAdvancedTest
. CLAMTest::DynamicTypeAdvancedTest::SimpleXMLSupport
. CLAMTest::DynamicTypeAdvancedTest::XMLCustomizationByRedefinition
. CLAMTest::DynamicTypeAdvancedTest::XMLCustomizationBySubclassing
. CLAMTest::DynamicTypeAdvancedTest::XMLWithArrayAttribute
. CLAMTest::DynamicTypeAdvancedTest::XMLWithIterableAttribute
. CLAMTest::DynamicTypeAdvancedTest::VisitorsToPlainDTs
. CLAMTest::DynamicTypeAdvancedTest::VisitorsToDTWithArrays
. CLAMTest::DynamicTypeAdvancedTest::VisitorsToDTTrees
+ CLAMTest::DynamicTypeBasicTest
. CLAMTest::DynamicTypeBasicTest::InstantiateAttributes
. CLAMTest::DynamicTypeBasicTest::RepetitiveOperations
. CLAMTest::DynamicTypeBasicTest::NonUpdatedAddsAndRemoves
. CLAMTest::DynamicTypeBasicTest::ChainedMethods
. CLAMTest::DynamicTypeBasicTest::ShallowDataAccess
. CLAMTest::DynamicTypeBasicTest::ShallowDeletion
. CLAMTest::DynamicTypeBasicTest::DeepDataAccess
. CLAMTest::DynamicTypeBasicTest::CopyConstructor
. CLAMTest::DynamicTypeBasicTest::DeepCopy
. CLAMTest::DynamicTypeBasicTest::Assignation
. CLAMTest::DynamicTypeBasicTest::Assignation_WhenIsNotUpdated
. CLAMTest::DynamicTypeBasicTest::Assignation_WhenIsSelfAssigning
+ CLAMTest::FactoryRegistratorTest
. CLAMTest::FactoryRegistratorTest::testCreate_ReturnsAnObjectOfTheTemplateType
. CLAMTest::FactoryRegistratorTest::testConstructorPassingFactory_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testConstructorPassingKeyAndFactory_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testConstructorPassingMetadata_AssertsWhenNoKey
. CLAMTest::FactoryRegistratorTest::testConstructorPassingMetadata_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testConstructorPassingKey_RegistersCreator
. CLAMTest::FactoryRegistratorTest::testRegistratorsAsStaticObjects_FactoryUnicity
. CLAMTest::FactoryRegistratorTest::testRegistratorsAsStaticObjects_ProductsRegistered
+ CLAMTest::FactoryTest
. CLAMTest::FactoryTest::testCreateFooReturnsAFoo
. CLAMTest::FactoryTest::testCreate_ReturnsAFoo
. CLAMTest::FactoryTest::testCreateSafe_WithABadKey
. CLAMTest::FactoryTest::testAddCreator_WithRepeatedKey
. CLAMTest::FactoryTest::testAddCreatorSafe_WithRepeatedKey
. CLAMTest::FactoryTest::testGetRegisteredNames_WithNoKeys
+ CLAMTest::FactorySingletonTest
. CLAMTest::FactorySingletonTest::testCreateFooReturnsAFoo
. CLAMTest::FactorySingletonTest::testCreate_ReturnsAFoo
. CLAMTest::FactorySingletonTest::testCreateSafe_WithABadKey
. CLAMTest::FactorySingletonTest::testFactoryIsSingleton
+ CLAMTest::FactoriesAndLibrariesTest
. CLAMTest::FactoriesAndLibrariesTest::testCreate_LibraryRegisteredProduct
+ CLAMTest::ProcessingFactoryTest
. CLAMTest::ProcessingFactoryTest::testGetKeys_empty
. CLAMTest::ProcessingFactoryTest::testGetKeys_twoElements
. CLAMTest::ProcessingFactoryTest::testGetSetOfValues_empty
. CLAMTest::ProcessingFactoryTest::testGetSetOfValues_twoElements
. CLAMTest::ProcessingFactoryTest::testGetValuesFromAttribute_empty
. CLAMTest::ProcessingFactoryTest::testGetValuesFromAttribute_twoElements
. CLAMTest::ProcessingFactoryTest::testGetPairsFromKey_empty
. CLAMTest::ProcessingFactoryTest::testGetPairsFromKey_twoElements
+ CLAMTest::FactoryRegistryTest
. CLAMTest::FactoryRegistryTest::testGetCreator_WhenIsEmpty
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_WhenIsEmpty
. CLAMTest::FactoryRegistryTest::testGetCreator_WrongKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_WrongKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreator_CorrectKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_CorrectKeyWithASingleCreator
. CLAMTest::FactoryRegistryTest::testGetCreator_CorrectKeyWithTwoCreators
. CLAMTest::FactoryRegistryTest::testGetCreatorSafe_CorrectKeyWithTwoCreators
. CLAMTest::FactoryRegistryTest::testAddCreator_RepeatedKey
. CLAMTest::FactoryRegistryTest::testAddCreatorSafe_RepeatedKey
. CLAMTest::FactoryRegistryTest::testRemoveCreators_WhenIsEmpty
. CLAMTest::FactoryRegistryTest::testRemoveCreators_WhenNotEmtpy
. CLAMTest::FactoryRegistryTest::testCount_WhenEmpty
. CLAMTest::FactoryRegistryTest::testCount_WithTwoCreators
. CLAMTest::FactoryRegistryTest::testGetRegisteredNames_WhenEmpty
. CLAMTest::FactoryRegistryTest::testGetRegisteredNames_WhenNotEmpty
+ CLAMTest::LadspaFactoryTest
. CLAMTest::LadspaFactoryTest::testCreate_existing
. CLAMTest::LadspaFactoryTest::testCreate_nonExistingKey_throws
. CLAMTest::LadspaFactoryTest::testCreate_nonExistingFileName_throws
. CLAMTest::LadspaFactoryTest::testCreate_withTwoCreators
. CLAMTest::LadspaFactoryTest::testCreate_emptyCreatorMap_throws
+ CLAMTest::TestsStream<CLAM::PhantomBuffer>
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_constructor
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testReadingRegion_constructor
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_canProduce_withNoReaders
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_canProduce_withOneReader
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_fulfilsInvariant_whenRegionsAreOverlapped
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_fulfilsInvariant_whenReaderOverlapsAndSurpassesWriter
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_fulfilsInvariant_whenReaderSurpassesWriterWithoutOverlapping
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testReadingRegion_canConsume_whenRegionsAreOverlapped
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testReadingRegion_canConsume_when2ReadingRegionsBehindAndNonOverlap
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_produce_movesRegion
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testReadingRegion_consume_whenIsLegal_movesRegion
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testProduceConsumeData_withUnitaryRegions
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testProduceConsumeData_withSizedRegions
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testProduceConsumeData_withSizedRegions_writerProducesMultipleTimes
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testStreamImplementation_avancingALongWay_semiStressTest
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_CenterRegion_withOneReader
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_CenterRegion_withSomeReaders
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_CenterRegion_assertsWithUnevenRegion
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_CenterRegion_withOneReaderAndBiggerWriter
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_GetLastWrittenData_withoutOverlap
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_GetLastWrittenData_withOverlap
. CLAMTest::TestsStream<CLAM::PhantomBuffer>::testWritingRegion_GetLastWrittenData_withDifferentHopAndSize
+ CLAMTest::TestsStlVector
. CLAMTest::TestsStlVector::testReserve
. CLAMTest::TestsStlVector::testAt
. CLAMTest::TestsStlVector::testResize_beforeReserve
. CLAMTest::TestsStlVector::testList_isCircularWithPhantomElement
. CLAMTest::TestsStlVector::testDeque_elementsNotInContiguousSpace
. CLAMTest::TestsStlVector::testVectorInsertInTheMiddle
+ CLAMTest::TestsAudioPorts
. CLAMTest::TestsAudioPorts::testCreateAudioOutPorts
. CLAMTest::TestsAudioPorts::testRegionOfAudioOutPort_hasCorrectSize
. CLAMTest::TestsAudioPorts::testAccessAudioOutPortDataReturnsAudioInsteadOfTData
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenInPortHasEqualSizeOfOne
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenInPortHasEqualSizeGreaterThanOne
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_afterConsuming
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenMoreThanOneReader
. CLAMTest::TestsAudioPorts::testAudioPortsProduceAndConsume_whenDifferentSizes
. CLAMTest::TestsAudioPorts::testAudioInPortPublisher_PublishInPort_withIncorrectInPort
. CLAMTest::TestsAudioPorts::testAudioInPortPublisher_PublishInPort_withProperInPort
+ CLAMTest::TestsRegions
. CLAMTest::TestsRegions::testWritingRegion_addRegion
. CLAMTest::TestsRegions::testWritingRegion_removeRegion
. CLAMTest::TestsRegions::testWritingRegion_removeRegion_withTwoReadingRegions
. CLAMTest::TestsRegions::testWritingRegion_RemoveRegion_NotifiesReader
+ CLAMTest::TestsCallbackBasedNetwork
. CLAMTest::TestsCallbackBasedNetwork::testSourceAndSink
. CLAMTest::TestsCallbackBasedNetwork::testUnconnectedSourceAndSink
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_sameSize
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_smallerSize
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_biggerSize
. CLAMTest::TestsCallbackBasedNetwork::testSourceFilterSink_biggerNonDivisorSize
. CLAMTest::TestsCallbackBasedNetwork::testSlowSinkLessBranch
. CLAMTest::TestsCallbackBasedNetwork::testSlowSinkLessBranch_doNotAccomulate
. CLAMTest::TestsCallbackBasedNetwork::testGeneratorProducesOnlyWhatSinkNeeds
. CLAMTest::TestsCallbackBasedNetwork::testIsolatedGetsExecutedOnlyOnce
+ CLAMTest::FlowChangingTest
. CLAMTest::FlowChangingTest::testAudioBufferSourcePropagatesAudioSize
. CLAMTest::FlowChangingTest::testAudioBufferSource_keepsAllocatedSize_changingToLowerSize
. CLAMTest::FlowChangingTest::testAudioBufferSource_keepsAllocatedSize_changingToBiggerSize
+ CLAMTest::NetworkSerializationTest
. CLAMTest::NetworkSerializationTest::TestLoadEmptyNetwork
. CLAMTest::NetworkSerializationTest::TestSaveEmptyNetwork
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithOneProcessing
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithOneProcessing
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithMoreThanOneProcessing
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithMoreThanOneProcessing
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithPortsConnection
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithPortsConnection
. CLAMTest::NetworkSerializationTest::TestSaveNetworkWithControlsConnection
. CLAMTest::NetworkSerializationTest::TestLoadNetworkWithControlsConnection
+ CLAMTest::TestsPortsRegionsInteraction
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnectToIn_usingBaseClass
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect_whenPortsAlreadyConnected
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect_whenInPortAlreadyConnectedToAnotherOutPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnect_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortConnectNotifiesInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenPortsAreConnected
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenPortsAreConnected_usingBaseClass
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenPortsAreNotConnected_throwsException
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnect_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnectNotifiesInPort
. CLAMTest::TestsPortsRegionsInteraction::testPortChangeSizeResizesRegion
. CLAMTest::TestsPortsRegionsInteraction::testProduceAndConsume
. CLAMTest::TestsPortsRegionsInteraction::testProduceAndConsume_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortGetConnectedInPorts_whenOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortGetConnectedInPorts_whenMoreThanOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testInPortGetConnectedOutPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortDisconnectFromAll
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_IsConnectableTo_WhenInPortIsTheSameType
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_IsConnectableTo_WhenInPortIsDifferentType
. CLAMTest::TestsPortsRegionsInteraction::testConnectedPortsDestructors_whenInDeletedBefore
. CLAMTest::TestsPortsRegionsInteraction::testInPortPublisher_PublishInPort_withIncorrectInPort
. CLAMTest::TestsPortsRegionsInteraction::testInPortPublisher_PublishInPort_withProperInPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_PublishOutPort_withIncorrectOutPort
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_destructor
. CLAMTest::TestsPortsRegionsInteraction::testAudioOutPortPublisher_beginDeletingPublished
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_PublishOutPort_withProperOutPort
. CLAMTest::TestsPortsRegionsInteraction::testInPortPublisher_PublishInPort_withSomeInPorts
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_GetConnectedInPorts_whenConnectedToInPortPublisher
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_SetSize_assertsWhenDoesntPublishAnyPort
. CLAMTest::TestsPortsRegionsInteraction::testAudioOutPortPublisher_SetSize_assertsWhenDoesntPublishAnyPort
. CLAMTest::TestsPortsRegionsInteraction::testAudioOutPort_DefaultSize
. CLAMTest::TestsPortsRegionsInteraction::testAudioInPort_DefaultSize
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_IsPhysicallyConnectedToIn_withOneInPort
. CLAMTest::TestsPortsRegionsInteraction::testGetLastWrittenData_fillsWithCorrectData
. CLAMTest::TestsPortsRegionsInteraction::testOutPort_deleteSequence_Out_In
. CLAMTest::TestsPortsRegionsInteraction::testPort_deleteSequence_In_Out
. CLAMTest::TestsPortsRegionsInteraction::testPortPublisher_deleteSequence_In_InPub_Out
. CLAMTest::TestsPortsRegionsInteraction::testPortPublisher_deleteSequence_Out_InPub_In
. CLAMTest::TestsPortsRegionsInteraction::testAudioInPortPublisher_deleteSequence_Out_InPub_In
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_getsVisuallyAttached
. CLAMTest::TestsPortsRegionsInteraction::testOutPortPublisher_getsDisconnected
+ CLAMTest::TestsPhantomBufferStream
. CLAMTest::TestsPhantomBufferStream::testStreamDontIncreasesSizeAfterProducing
. CLAMTest::TestsPhantomBufferStream::testStreamIncreasesSizeAfterLinkingWithBiggerRegion
. CLAMTest::TestsPhantomBufferStream::testPhantomBufferIncreasesAfterLinkingWithBiggerRegion
. CLAMTest::TestsPhantomBufferStream::testInsertionPositionInLogicalZone_afterLinkingWithBiggerRegion
. CLAMTest::TestsPhantomBufferStream::testLogicalSizeIncreases_whenWriterIncreasesItsSize
. CLAMTest::TestsPhantomBufferStream::testLogicalSizeRemainsTheSame_whenWriterDecreasesItsSize
. CLAMTest::TestsPhantomBufferStream::testLogicalSizeIncreases_whenReaderIncreasesItsSize
. CLAMTest::TestsPhantomBufferStream::testWriterRegionCantProduce_whenOverlapsReadingRegion
. CLAMTest::TestsPhantomBufferStream::testWriting_rearmostPos_when2ReadingRegions
. CLAMTest::TestsPhantomBufferStream::testWriter_sizeReservesSizePowOf2
. CLAMTest::TestsPhantomBufferStream::testPhantomZoneGetsUpdated_whenWroteInBeginningZone
. CLAMTest::TestsPhantomBufferStream::testBeginningZoneGetsUpdated_whenWroteInPhantomZone
. CLAMTest::TestsPhantomBufferStream::testPhantomZoneGetsUpdated_whenInsertedInLogicalZone
. CLAMTest::TestsPhantomBufferStream::testIntegrityAfterBufferResize
. CLAMTest::TestsPhantomBufferStream::testWriterResizes_whenRearmostReaderHasSameBeginDistance
. CLAMTest::TestsPhantomBufferStream::testReadingRegion_canReadInPhantomZone
+ CLAMTest::NetworkTest
. CLAMTest::NetworkTest::testGetProcessing_WhenNoProcessings
. CLAMTest::NetworkTest::testGetProcessing_WhenProcessingAdded
. CLAMTest::NetworkTest::testGetProcessing_WithTwoProcessings
. CLAMTest::NetworkTest::testAddProcessing_UsingFactory
. CLAMTest::NetworkTest::testHasProcessing_WhenHasIt
. CLAMTest::NetworkTest::testHasProcessing_WhenHasntIt
. CLAMTest::NetworkTest::testDestructor_DeletesChildrenProcessings
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhenPortExist
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhenPortDoesntExist
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetInPortByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhenPortExist
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhenPortDoesntExist
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetOutPortByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhenControlExist
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhenControlDoesntExist
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetInControlByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhenControlExist
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhenControlDoesntExist
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhenProcessingDoesntExist
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WhithMalformedName_WithNoDot
. CLAMTest::NetworkTest::testGetOutControlByCompleteName_WithThreeIdentifiers
. CLAMTest::NetworkTest::testConnectPorts_WhenConnectionIsValid
. CLAMTest::NetworkTest::testConnectPorts_WhenConnectionIsNotValid
. CLAMTest::NetworkTest::testRemovePortsConnection_WhenPortsAreNotConnected
. CLAMTest::NetworkTest::testRemovePortsConnection_WhenPortsAreConnected
. CLAMTest::NetworkTest::testRemoveProcessing_WhenHasIt
. CLAMTest::NetworkTest::testRemoveProcessing_WhenHasntIt
. CLAMTest::NetworkTest::testConnectControls_WhenConnectionIsValid
. CLAMTest::NetworkTest::testConnectControls_WhenConnectionIsNotValid
. CLAMTest::NetworkTest::testRemoveControlsConnection_WhenControlsAreNotConnected
. CLAMTest::NetworkTest::testRemoveControlsConnection_WhenControlsAreConnected
. CLAMTest::NetworkTest::testStartNetworkStartsProcessings_WhenAreReady
. CLAMTest::NetworkTest::testStartNetworkDoesntStartProcessings_WhenAreNotReady
. CLAMTest::NetworkTest::testStopNetworkStopsProcessings_WhenAreRunning
. CLAMTest::NetworkTest::testStopNetworkDoesntStopProcessings_WhenAreNotRunning
. CLAMTest::NetworkTest::testIsEmpty_whenEmpty
. CLAMTest::NetworkTest::testIsEmpty_whenNotEmpty
. CLAMTest::NetworkTest::testHasMisconfiguredProcessings_whenAllConfigured
. CLAMTest::NetworkTest::testHasMisconfiguredProcessings_whenMisconfigured
. CLAMTest::NetworkTest::testHasSyncSource_whenEmpty
. CLAMTest::NetworkTest::testHasSyncSource_withExternalizer
. CLAMTest::NetworkTest::testSyncSourceProcessings
. CLAMTest::NetworkTest::testUseOfString_substr
+ CLAMTest::PolarTest
. CLAMTest::PolarTest::testConstructor_TakesValues
. CLAMTest::PolarTest::testDefaultConstructor_InitAsZero
. CLAMTest::PolarTest::testSetAng
. CLAMTest::PolarTest::testSetMag
. CLAMTest::PolarTest::testInequality_WithDifferentValues
. CLAMTest::PolarTest::testStreamInsertion
. CLAMTest::PolarTest::testStreamExtraction
. CLAMTest::PolarTest::testStreamExtraction_WithSpacesToBeIgnored
. CLAMTest::PolarTest::testStreamExtraction_WithADifferentStartToken
. CLAMTest::PolarTest::testStreamExtraction_WithADifferentEndToken
+ CLAMTest::PointTest
. CLAMTest::PointTest::testConstructor_TakesValues
. CLAMTest::PointTest::testDefaultConstructor_InitAsZero
. CLAMTest::PointTest::testSetY
. CLAMTest::PointTest::testSetX
. CLAMTest::PointTest::testInequality_WithDifferentValues
. CLAMTest::PointTest::testStreamInsertion
. CLAMTest::PointTest::testStreamExtraction
. CLAMTest::PointTest::testStreamExtraction_WithSpacesToBeIgnored
. CLAMTest::PointTest::testStreamExtraction_WithADifferentStartToken
. CLAMTest::PointTest::testStreamExtraction_WithADifferentEndToken
+ CLAMTest::TextTest
. CLAMTest::TextTest::testDefaultConstructor
. CLAMTest::TextTest::testStringComparation_whenEqual
. CLAMTest::TextTest::testStringComparation_whenDiffers
. CLAMTest::TextTest::testInitializationFromCharPointer
. CLAMTest::TextTest::testStreamExtraction_withSpaces
. CLAMTest::TextTest::testStreamExtraction_withTabs
. CLAMTest::TextTest::testStreamExtraction_clearsPreviousContent
. CLAMTest::TextTest::testXml_output
. CLAMTest::TextTest::testXml_inputOutputAreIdempotent
+ CLAMTest::ComplexTest
. CLAMTest::ComplexTest::testConstructor_TakesValues
. CLAMTest::ComplexTest::testDefaultConstructor_InitAsZero
. CLAMTest::ComplexTest::testSetImag
. CLAMTest::ComplexTest::testSetReal
. CLAMTest::ComplexTest::testInequality_WithDifferentValues
. CLAMTest::ComplexTest::testStreamInsertion
. CLAMTest::ComplexTest::testStreamExtraction
. CLAMTest::ComplexTest::testStreamExtraction_WithSpacesToBeIgnored
. CLAMTest::ComplexTest::testStreamExtraction_WithADifferentStartToken
. CLAMTest::ComplexTest::testStreamExtraction_WithADifferentEndToken
+ CLAMTest::EnumTest
. CLAMTest::EnumTest::testDefaultConstructor
. CLAMTest::EnumTest::testValueConstructor
. CLAMTest::EnumTest::testStringConstructor
. CLAMTest::EnumTest::testSetValue
. CLAMTest::EnumTest::testSetValue_WithString
. CLAMTest::EnumTest::testSetValueSafely_WithIllegalString
. CLAMTest::EnumTest::testSetValueSafely_WithIllegalValue
+ CLAMTest::FlagsTest
. CLAMTest::FlagsTest::testDefaultConstructor
. CLAMTest::FlagsTest::testValueConstructor
. CLAMTest::FlagsTest::testEqualOperator_withEquivalentFlags
. CLAMTest::FlagsTest::testEqualOperator_withDifferentFlags
. CLAMTest::FlagsTest::testCopyConstructor_AdoptValuesValues
. CLAMTest::FlagsTest::testCopyConstructor_DoesNotCreateAliasingOnWriteCopy
. CLAMTest::FlagsTest::testCopyConstructor_DoesNotCreateAliasingOnWriteOriginal
. CLAMTest::FlagsTest::testOrAssignmentOperator
. CLAMTest::FlagsTest::testReset
. CLAMTest::FlagsTest::testDirectFlagSetting_withTrue_whenSet
. CLAMTest::FlagsTest::testDirectFlagSetting_withTrue_whenNotSet
. CLAMTest::FlagsTest::testDirectFlagSetting_withFalse_whenSet
. CLAMTest::FlagsTest::testDirectFlagSetting_withFalse_whenNotSet
. CLAMTest::FlagsTest::testFlip_whenSet
. CLAMTest::FlagsTest::testFlip_whenNotSet
. CLAMTest::FlagsTest::testExtraction_withCorrectInputs
. CLAMTest::FlagsTest::testExtraction_withIncorrectInputs
. CLAMTest::FlagsTest::testExtraction_withResetFlags
. CLAMTest::FlagsTest::testReloadingXML
+ CLAMTest::ProcessingTest
. CLAMTest::ProcessingTest::testGetInControl_GetTheRightControl
. CLAMTest::ProcessingTest::testGetOutControl_GetTheRightControl
. CLAMTest::ProcessingTest::testGetInControl_WithOutOfRangeIndexThrowException
. CLAMTest::ProcessingTest::testGetOutControl_WithOutOfRangeIndexThrowException
. CLAMTest::ProcessingTest::testLinkAndSendControl_ChangesInControlState
. CLAMTest::ProcessingTest::testInControls_GetByNumber_GetTheRightControl
. CLAMTest::ProcessingTest::testOutControls_GetByNumber_GetTheRightControl
. CLAMTest::ProcessingTest::testOutPorts_GetByNumber_GetTheRightPort
. CLAMTest::ProcessingTest::testInPorts_GetByNumber_GetTheRightPort
. CLAMTest::ProcessingTest::testInControls_GetByName_GetTheRightControl
. CLAMTest::ProcessingTest::testOutControls_GetByName_GetTheRightControl
. CLAMTest::ProcessingTest::testOutPorts_GetByName_GetTheRightPort
. CLAMTest::ProcessingTest::testInPorts_GetByName_GetTheRightPort
. CLAMTest::ProcessingTest::testNInControls
. CLAMTest::ProcessingTest::testNOutControls
. CLAMTest::ProcessingTest::testNInPorts
. CLAMTest::ProcessingTest::testNOutPorts
. CLAMTest::ProcessingTest::testNOutPorts_whenDeleting
. CLAMTest::ProcessingTest::testNInPorts_whenDeleting
. CLAMTest::ProcessingTest::testNOutControls_whenDeleting
. CLAMTest::ProcessingTest::testNInControls_whenDeleting
. CLAMTest::ProcessingTest::testUnRegistredOutPorts
. CLAMTest::ProcessingTest::testUnRegistredInPorts
. CLAMTest::ProcessingTest::testUnRegistredOutControls
. CLAMTest::ProcessingTest::testUnRegistredInControls
. CLAMTest::ProcessingTest::testConnectPorts_usingNames
. CLAMTest::ProcessingTest::testConnectPorts_usingNumbers
. CLAMTest::ProcessingTest::testConnectControls_usingNames
. CLAMTest::ProcessingTest::testConnectControls_usingNumbers
. CLAMTest::ProcessingTest::testHasInControl_usingRegisteredControlName
. CLAMTest::ProcessingTest::testHasInControl_usingNotRegisteredControlName
. CLAMTest::ProcessingTest::testHasOutControl_usingRegisteredControlName
. CLAMTest::ProcessingTest::testHasOutControl_usingNotRegisteredControlName
. CLAMTest::ProcessingTest::testIsSyncSource_default
+ CLAMTest::SpectrumConversionsTest
. CLAMTest::SpectrumConversionsTest::testDefaultSpectrum
. CLAMTest::SpectrumConversionsTest::testMagPhase2BPF2MagPhase
. CLAMTest::SpectrumConversionsTest::testComplex2BPF2Complex
. CLAMTest::SpectrumConversionsTest::testComplex2BPF2ComplexWithDifferentSpectrums
+ CLAMTest::AudioTest
. CLAMTest::AudioTest::testAudioInit_byDefault
. CLAMTest::AudioTest::testSetSize_reallocates
. CLAMTest::AudioTest::testResizeAudio_increasingSize
. CLAMTest::AudioTest::testResizeAudio_reducingSizeDoesNotReallocate
+ CLAMTest::AutoPannerTest
. CLAMTest::AutoPannerTest::testDo_WhenFreqEqualSamplingRateAndNoPhase
. CLAMTest::AutoPannerTest::testDo_WhenFreqEqualSamplingRateWithPhase
. CLAMTest::AutoPannerTest::testDo_WhenFreqIsQuarterOfSamplingRate
. CLAMTest::AutoPannerTest::testDo_WhenFreqEqualSamplingRateAndFrameSizeIs10
. CLAMTest::AutoPannerTest::testDo_WhenFreqIsQuarterOfSamplingRateAndPhaseAndFrameSizeIs7
+ CLAMTest::RangeViewTest
. CLAMTest::RangeViewTest::testZoom_OutAtTheMiddle
. CLAMTest::RangeViewTest::testZoom_InAtTheMiddle
. CLAMTest::RangeViewTest::testZoom_InAtTheBegining
. CLAMTest::RangeViewTest::testZoom_OutAtTheBegining
. CLAMTest::RangeViewTest::testZoom_InAtTheEnd
. CLAMTest::RangeViewTest::testZoom_OutAtTheEnd
. CLAMTest::RangeViewTest::testKeepInRange_whenOverHighest
. CLAMTest::RangeViewTest::testKeepInRange_whenUnderLowest
. CLAMTest::RangeViewTest::testKeepInRange_whenDoesNotFit
+ CLAMTest::BPFTest
. CLAMTest::BPFTest::test_After_SetValue_i_Y_GetValue_i_Yields_Y
. CLAMTest::BPFTest::test_After_SetValue_0_Y_GetValueFromIndex_0_Yields_Y
. CLAMTest::BPFTest::test_Copy_Of_BPFs
. CLAMTest::BPFTest::test_Delete_Between_A_Range_Of_X_Values
. CLAMTest::BPFTest::test_Delete_Through_X_Value
. CLAMTest::BPFTest::test_Insert_X_Y_Pair
. CLAMTest::BPFTest::test_Insert_Point
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Step
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Round
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Linear
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Quadratic
. CLAMTest::BPFTest::test_GetValue_Interpolation_Mode_Spline
+ CLAMTest::ArrayToBPFCnvTest
. CLAMTest::ArrayToBPFCnvTest::test_ConvertToBPF_NoXValuesSpecified
. CLAMTest::ArrayToBPFCnvTest::test_ConvertToBPF_XValuesSpecifiedAsStartAndDelta
. CLAMTest::ArrayToBPFCnvTest::test_ConvertToBPF_XValuesInsideAnArray
+ CLAMTest::StatsTest
. CLAMTest::StatsTest::testCentroid
. CLAMTest::StatsTest::testCentroid_withSingleDelta
. CLAMTest::StatsTest::testCentroid_withSingleDeltaAtTheFirstBin
. CLAMTest::StatsTest::testCentroid_withDeltasAtExtremes
. CLAMTest::StatsTest::testCentroid_withEvenZeros
. CLAMTest::StatsTest::testCentroid_withOddZeros
. CLAMTest::StatsTest::testCentroid_withEvenConstant
. CLAMTest::StatsTest::testCentroid_withOddConstant
. CLAMTest::StatsTest::testMean_withNoElements
. CLAMTest::StatsTest::testMoment1
. CLAMTest::StatsTest::testMoment2
. CLAMTest::StatsTest::testMoment3
. CLAMTest::StatsTest::testMoment4
. CLAMTest::StatsTest::testMoment5
. CLAMTest::StatsTest::testMoment6
. CLAMTest::StatsTest::testSlope_withPrimesUp
. CLAMTest::StatsTest::testSlope_withPrimesDown
. CLAMTest::StatsTest::testSlope_withConstant
. CLAMTest::StatsTest::testSlope_withInvertedUp
+ CLAM_Math::SearchArrayTest
. CLAM_Math::SearchArrayTest::test_Search_On_Ordered_Array_Of_Points
. CLAM_Math::SearchArrayTest::test_optbinsearch
. CLAM_Math::SearchArrayTest::test_optbinsearch_w_pred
+ CLAMTest::RulerTicksTest
. CLAMTest::RulerTicksTest::testOffsetAndGap_withUnitGap
. CLAMTest::RulerTicksTest::testOffsetAndGap_withHalfWidth
. CLAMTest::RulerTicksTest::testOffsetAndGap_withMinGap2
. CLAMTest::RulerTicksTest::testOffsetAndGap_withMinGap3
. CLAMTest::RulerTicksTest::testOffsetAndGap_withOffsetAndMarkOnOffset
. CLAMTest::RulerTicksTest::testOffsetAndGap_withOffsetAndMarkNotOnOffset
. CLAMTest::RulerTicksTest::testOffsetAndGap_withNegativeRange
. CLAMTest::RulerTicksTest::testOffsetAndGap_withZoomOut
. CLAMTest::RulerTicksTest::testNTicks
+ CLAMTest::ArrayTest
. CLAMTest::ArrayTest::test_Array_Constructor_NonMemoryOwning_With_Null_Pointer
. CLAMTest::ArrayTest::test_Array_Constructor_NonMemoryOwning_With_Valid_Pointer
. CLAMTest::ArrayTest::test_Array_CopyOperator_MemoryOwning_Into_MemoryOwning
. CLAMTest::ArrayTest::test_Array_CopyOperator_Being_The_Array_The_Placeholder_For_A_WriteStreamRegion
. CLAMTest::ArrayTest::test_SetPtr_OnEmptyArray
. CLAMTest::ArrayTest::test_TwoConsecutiveSetPtrs_OnEmptyArray
. CLAMTest::ArrayTest::test_SetPtr_OnNonEmptyArray
. CLAMTest::ArrayTest::test_Resize_To_Zero_Flushes_The_Array
. CLAMTest::ArrayTest::test_Resize_To_Negative_Triggers_Assertion_Failure
. CLAMTest::ArrayTest::test_GiveChunk_OutOfBounds_Chunk_Triggers_Assertion
. CLAMTest::ArrayTest::test_CopyChunk_OutOfBounds_Chunk_Triggers_Assertion
. CLAMTest::ArrayTest::test_CopyChunk_Legal_Chunk_On_Empty_Array_Triggers_Assertion
. CLAMTest::ArrayTest::test_Add_Element_To_Beginning_Of_Array
. CLAMTest::ArrayTest::test_Add_Element_To_End_Of_Array
. CLAMTest::ArrayTest::test_Add_Element_To_Middle_Of_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_Beginning_Of_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_End_Of_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_Middle_Of_Array
. CLAMTest::ArrayTest::test_Add_Element_To_Empty_Array
. CLAMTest::ArrayTest::test_Insert_Element_Into_Empty_Array
. CLAMTest::ArrayTest::test_Delete_Element_From_Empty_Array
+ Simac::Test::InstantTunningEstimatorTest
. Simac::Test::InstantTunningEstimatorTest::testSilence
. Simac::Test::InstantTunningEstimatorTest::testSingleTunedPeakAtFirstPitch
. Simac::Test::InstantTunningEstimatorTest::testSingleTunedPeakAtSecondPitch
. Simac::Test::InstantTunningEstimatorTest::testSingleDetunedPeakAtSecondPitch
. Simac::Test::InstantTunningEstimatorTest::testTwoTunedPeaksAtFirstSecondPitch
. Simac::Test::InstantTunningEstimatorTest::testTwoOrthogonalTunnings
. Simac::Test::InstantTunningEstimatorTest::testTwoOpposedTunnings
. Simac::Test::InstantTunningEstimatorTest::testTwoDetunnedPeaks
. Simac::Test::InstantTunningEstimatorTest::testSeveralFrames_withoutInertia
. Simac::Test::InstantTunningEstimatorTest::testSeveralFrames_withInertia
+ Simac::Test::SemitoneCenterFinderTest
. Simac::Test::SemitoneCenterFinderTest::testSilence
. Simac::Test::SemitoneCenterFinderTest::testSingleTunedPeakAtFirstPitch
. Simac::Test::SemitoneCenterFinderTest::testSingleOneBinDetunedAtFirstPitch
. Simac::Test::SemitoneCenterFinderTest::testSingleOneBinDetunedAtSecondPitch
. Simac::Test::SemitoneCenterFinderTest::testDifferentTunnings_choosesTheMostFrequent
. Simac::Test::SemitoneCenterFinderTest::testSeveralFrames
. Simac::Test::SemitoneCenterFinderTest::testBorderTunning_roundsToTheFirstDecimalUp
. Simac::Test::SemitoneCenterFinderTest::testBorderTunning_roundsToTheFirstDecimalDown
+ Simac::Test::CircularPeakPickingTest
. Simac::Test::CircularPeakPickingTest::testSilence
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeak
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeakAtTheFront
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeakAtTheBack
. Simac::Test::CircularPeakPickingTest::testSingleTunedPeakAtThePreviousToBack
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withSimetricPoints
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withLowUnbalancedPoints
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withHighUnbalancedPoints
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeak
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeak
. Simac::Test::CircularPeakPickingTest::testTwoDetunedPeaks
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeaksAtTheFront
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeaksAtTheBack
. Simac::Test::CircularPeakPickingTest::testSingleLowDetunedPeaksAtThePreviousToTheBack
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeaksAtTheFront
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeaksAtTheBack
. Simac::Test::CircularPeakPickingTest::testSingleHighDetunedPeaksAtThePreviousToTheBack
. Simac::Test::CircularPeakPickingTest::testInterpolatedMaximum_withInterBinPeak
. Simac::Test::CircularPeakPickingTest::testSingleInterBinPeak
. Simac::Test::CircularPeakPickingTest::testSinglePeak_withNonOneBinSize
. Simac::Test::CircularPeakPickingTest::testSinglePeak_withNonZeroOffset
. Simac::Test::CircularPeakPickingTest::testSinglePeak_withOffsetAndBinSize
. Simac::Test::CircularPeakPickingTest::testSuccesiveCallsClearsPreviousResults
+ Simac::Test::CircularPeakTunnerTest
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withNoDetunning
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withSemitoneTranspose
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withDetunning
. Simac::Test::CircularPeakTunnerTest::testTunningShift_withReferenceAndDetunning
. Simac::Test::CircularPeakTunnerTest::testTunningShift_near1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_past1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_near1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_past1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_near1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_past1ToneUpTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_near1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_aboveQuarterTone_past1ToneDownTransposition
. Simac::Test::CircularPeakTunnerTest::testTunningShift_maximumShift
. Simac::Test::CircularPeakTunnerTest::testTunningShift_minimumShift
. Simac::Test::CircularPeakTunnerTest::testTune_withNoDetunning
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning_underTheSemitone
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning_twiceUnderTheSemitone
. Simac::Test::CircularPeakTunnerTest::testTune_withDetunning_twiceOverTheSemitone
. Simac::Test::CircularPeakTunnerTest::testDo_withNoPeaks
. Simac::Test::CircularPeakTunnerTest::testDo_withSinglePeak_noDetunning
. Simac::Test::CircularPeakTunnerTest::testDo_withSinglePeak_detunning
. Simac::Test::CircularPeakTunnerTest::testDo_withSinglePeak_referenceMoved
. Simac::Test::CircularPeakTunnerTest::testDo_withSeveralPeaks_referenceMoved
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_Tuned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_LowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withNoDetunning_PastLowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withOverSemitoneDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withOverSemitoneDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_Detunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_Detunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_OverDetunning_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_OverDetunning_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_UnderDetunning_LowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withDifferentReference_UnderDetunning_PastLowerBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_Tunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_UpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastUpperBound
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_UpperBound_Detunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastUpperBound_Detunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_UpperBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastUpperBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_LowerBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastLowerBound_OverDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_LowerBound_UnderDetunned
. Simac::Test::CircularPeakTunnerTest::testChromagramToSemitone_withTransposedReference_PastLowerBound_UnderDetunned
+ Simac::Test::CircularPeaksToPCPTest
. Simac::Test::CircularPeaksToPCPTest::testDo_withNoPeaks
. Simac::Test::CircularPeaksToPCPTest::testDo_withSinglePeak
. Simac::Test::CircularPeaksToPCPTest::testDo_withSingleLowPeak
. Simac::Test::CircularPeaksToPCPTest::testDo_withSinglePastLowPeak
. Simac::Test::CircularPeaksToPCPTest::testDo_withSameSemitonePeaks_getAdded
. Simac::Test::CircularPeaksToPCPTest::testDo_withPeaksOnTheBorder
. Simac::Test::CircularPeaksToPCPTest::testDo_withMultipleFrames_getCleared
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withCenterPoint
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withOtherCenterPoint
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withInterSemitonePosition
. Simac::Test::CircularPeaksToPCPTest::testHammingWindowing_withOtherInterSemitonePosition
. Simac::Test::CircularPeaksToPCPTest::testDo_withWindowingActivated
+ CLAMTest::AudioFileTest
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_and_Is_PCM
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_and_Is_OggVorbis
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_and_Is_Mpeg
. CLAMTest::AudioFileTest::testOpenExisting_FileExists_NotSpurious_Mpeg
. CLAMTest::AudioFileTest::testOpenExisting_FileDoesNotExist_UnrecognizedFormat
. CLAMTest::AudioFileTest::testIsReadable_with_strangeThings
. CLAMTest::AudioFileTest::testGetHeader_HeaderIsRight_PCM
. CLAMTest::AudioFileTest::testGetHeader_HeaderIsRight_OggVorbis
. CLAMTest::AudioFileTest::testGetHeader_HeaderIsRight_Mpeg
. CLAMTest::AudioFileTest::testGetHeader_NoHeaderWhenFileIsUnreadable
. CLAMTest::AudioFileTest::testGetHeader_NoHeaderWhenFileIsUnreadable_AfterOneSuccessful
. CLAMTest::AudioFileTest::testCreateNew_UserDefinesHeaderForWriting_PCM_RightCodecIsDeduced
. CLAMTest::AudioFileTest::testCreateNew_UserDefinesHeaderForWriting_Ogg_RightCodecIsDeduced
. CLAMTest::AudioFileTest::testCreateNew_WithoutSampleRate_Fails
. CLAMTest::AudioFileTest::testCreateNew_WithoutChannels_IsOK
. CLAMTest::AudioFileTest::testCreateNew_WithoutFormat_Fails
. CLAMTest::AudioFileTest::testCreateNew_SetValues_WAV
. CLAMTest::AudioFileTest::testCreateNew_SetValues_AIFF
. CLAMTest::AudioFileTest::testCreateNew_SetValues_OggVorbis
. CLAMTest::AudioFileTest::testCreateNew_SetValues_WAV_AreWritable
. CLAMTest::AudioFileTest::testCreateNew_SetValues_AIFF_AreWritable
. CLAMTest::AudioFileTest::testCreateNew_SetValues_OggVorbis_AreWritable
. CLAMTest::AudioFileTest::testIsWritable_ReturnsTrue_PCM_WithReasonableHeader
. CLAMTest::AudioFileTest::testIsWritable_ReturnsFalse_PCM_TooManyChannels
. CLAMTest::AudioFileTest::testIsWritable_ReturnsFalse_PCM_TooFewChannels
. CLAMTest::AudioFileTest::testTextDescriptorsExtraction_From_OggVorbis
. CLAMTest::AudioFileTest::testTextDescriptorsExtraction_From_Mpeg
+ CLAM::Test::XmlMockUpObjectsTest
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_basicWithoutLevelAndContent
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_basicWithContent
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_basicWithLevel
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_emptyComponent
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_emptyComponentWithLevel
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_componentWithBasicsInside
. CLAM::Test::XmlMockUpObjectsTest::testTraceStructure_componentWithComponentsInside
. CLAM::Test::XmlMockUpObjectsTest::testXMLContentSetter_whenOneWord
. CLAM::Test::XmlMockUpObjectsTest::testXMLContentSetter_whenTwoWords
. CLAM::Test::XmlMockUpObjectsTest::testXMLContentSetter_whenNoWordsGivesDefaultValue
+ CLAM::Test::LibXmlDomReadingContextTest
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_withASingleWordContent
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_withTwoJointContents
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_withTwoContentsSeparatedByElement
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_withTwoContentsSeparatedByComment
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_withNoNode
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_withElementFirst
. CLAM::Test::LibXmlDomReadingContextTest::testContentLeft_withNoNode_returnsFalse
. CLAM::Test::LibXmlDomReadingContextTest::testContentLeft_withNonSpaceReturnsTrue
. CLAM::Test::LibXmlDomReadingContextTest::testContentLeft_withStartingSpacesAndNonSpace_chopsAndReturnsTrue
. CLAM::Test::LibXmlDomReadingContextTest::testContentLeft_withOnlySpaces_chopsAndReturnsFalse
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withThatElementFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withWrongNameFails
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withCommentBefore
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withNoElement
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withTextFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withReadedTextFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withHalfReadedTextFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFindElement_withSpacesToReadFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFetchElement_withThatElementFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFetchElement_withSecondElementFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFetchElement_withTextFirst
. CLAM::Test::LibXmlDomReadingContextTest::testFetchElement_withNoElement
. CLAM::Test::LibXmlDomReadingContextTest::testFetchElement_withADifferentName
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_afterElement
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_whenSecondElement
. CLAM::Test::LibXmlDomReadingContextTest::testFetchContent_afterElementWithSpaces
. CLAM::Test::LibXmlDomReadingContextTest::testReleaseContext_atRootReturnsNull
. CLAM::Test::LibXmlDomReadingContextTest::testReleaseContext_whenIsChildContext
. CLAM::Test::LibXmlDomReadingContextTest::testRecursiveConstructor_initializesTheContext
. CLAM::Test::LibXmlDomReadingContextTest::testReleaseContext_whenContentLeft
. CLAM::Test::LibXmlDomReadingContextTest::testReleaseContext_whenElementLeft
. CLAM::Test::LibXmlDomReadingContextTest::testExtractAttribute_whenNone
. CLAM::Test::LibXmlDomReadingContextTest::testExtractAttribute_whenPresent
. CLAM::Test::LibXmlDomReadingContextTest::testExtractAttribute_withDifferentAttributeName
. CLAM::Test::LibXmlDomReadingContextTest::testGetPath
+ CLAM::Test::LibXmlDomReaderTest
. CLAM::Test::LibXmlDomReaderTest::testBadSource_throwsException
. CLAM::Test::LibXmlDomReaderTest::testNonXml_throwsException
. CLAM::Test::LibXmlDomReaderTest::testEmptyDocument
. CLAM::Test::LibXmlDomReaderTest::testFullDocument
. CLAM::Test::LibXmlDomReaderTest::testFullDocument_whenDuplicatedAttribute
. CLAM::Test::LibXmlDomReaderTest::testFullDocument_whenUnclosedTag
. CLAM::Test::LibXmlDomReaderTest::testFullDocument_whenClosingUnopenedTag
+ CLAM::Test::XercesDomToClamObjectsTest
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingAWordOnBasicAsContent
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingTwoWordsOnTwoBasicsAsContent
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingOneWordsOnTwoBasicsAsContent_secondLoadFails
. CLAM::Test::XercesDomToClamObjectsTest::testEmptyElement_WithRightLabel
. CLAM::Test::XercesDomToClamObjectsTest::testEmptyElement_WithWrongLabel
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingElementContent
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingContentAfterElement
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingSubobjects
. CLAM::Test::XercesDomToClamObjectsTest::testLoadingSubobjects_whenComponentIsContent
. CLAM::Test::XercesDomToClamObjectsTest::testForErrors_UnexpectedElementOnRoot
. CLAM::Test::XercesDomToClamObjectsTest::testForErrors_UnexpectedContentOnRoot
. CLAM::Test::XercesDomToClamObjectsTest::testForErrors_UnexpectedElementOnInner
. CLAM::Test::XercesDomToClamObjectsTest::testForErrors_UnexpectedContentOnInner
. CLAM::Test::XercesDomToClamObjectsTest::testForErrors_withXmlParseErrors
. CLAM::Test::XercesDomToClamObjectsTest::testLoading_OnAInnerSelection
. CLAM::Test::XercesDomToClamObjectsTest::testAppendToDocumentUsingPrimitives
. CLAM::Test::XercesDomToClamObjectsTest::testAppendToDocument
. CLAM::Test::XercesDomToClamObjectsTest::testRestoreFromFragmentUsingPrimitives
. CLAM::Test::XercesDomToClamObjectsTest::testRestoreFromFragment
+ CLAM::Test::XmlScopedTest
. CLAM::Test::XmlScopedTest::testInsertInteger
. CLAM::Test::XmlScopedTest::testInsertString
. CLAM::Test::XmlScopedTest::testEmptyElement
. CLAM::Test::XmlScopedTest::testElementWithContent
. CLAM::Test::XmlScopedTest::testEmptyElementWithAttribute
. CLAM::Test::XmlScopedTest::testEmptyElementWithFloatAttribute
. CLAM::Test::XmlScopedTest::testElementWithAttributeAndContent
. CLAM::Test::XmlScopedTest::testElementWithAttributes
. CLAM::Test::XmlScopedTest::testElementWithChildren
+ CLAM::Test::ClamObjectsToXercesDomTest
. CLAM::Test::ClamObjectsToXercesDomTest::testEmptyDocument
. CLAM::Test::ClamObjectsToXercesDomTest::testBasicAsPlainContent
. CLAM::Test::ClamObjectsToXercesDomTest::testBasicAsElement_withoutContent
. CLAM::Test::ClamObjectsToXercesDomTest::testBasicAsElement_withContent
. CLAM::Test::ClamObjectsToXercesDomTest::testBasicAsPlainContent_withoutContent
. CLAM::Test::ClamObjectsToXercesDomTest::testBasicAsAttribute
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsPlainContent
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsElement_withoutContent
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsElement_withContent
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsPlainContent_withoutContent
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsAttribute
. CLAM::Test::ClamObjectsToXercesDomTest::testSibblingsContentsAndAttributes_getOrderedAsInserted
. CLAM::Test::ClamObjectsToXercesDomTest::testConsecutiveContents_getSpaceSeparation
. CLAM::Test::ClamObjectsToXercesDomTest::testNonConsecutiveContents_dontGetSpaceSeparation
. CLAM::Test::ClamObjectsToXercesDomTest::testSibblingsAttributes_getReordered
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsElement_containingBasicAsPlainContent
. CLAM::Test::ClamObjectsToXercesDomTest::testElementContents_getPrintedBeforeSiblingContent
. CLAM::Test::ClamObjectsToXercesDomTest::testNodesInsertionAfterComponentElement
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsElement_containingBasicAsAttribute
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsElement_containingBasicAsElement
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsElement_containingComponentAsElement
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsContent_containingBasicAsPlainContent
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsContent_containingBasicAsAttribute
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsContent_containingBasicAsElement
. CLAM::Test::ClamObjectsToXercesDomTest::testComponentAsAttribute_containingAnything_childrenHaveNoEffect
+ CLAM::Test::LibXmlDomWriterTest
. CLAM::Test::LibXmlDomWriterTest::testEmptyDocument
. CLAM::Test::LibXmlDomWriterTest::testPlainContent
. CLAM::Test::LibXmlDomWriterTest::testEmptyElement
. CLAM::Test::LibXmlDomWriterTest::testElementWithPlainContent
. CLAM::Test::LibXmlDomWriterTest::testElementWithInnerElement
. CLAM::Test::LibXmlDomWriterTest::testEmptyElementWithAttribute
. CLAM::Test::LibXmlDomWriterTest::testEmptyElementWithAttributes
. CLAM::Test::LibXmlDomWriterTest::testEmptyElementWithReversedOrderAttributes
. CLAM::Test::LibXmlDomWriterTest::testEmptyElementWithSameAttributeNameTwice
. CLAM::Test::LibXmlDomWriterTest::testNonEmptyElementWithAttribute
. CLAM::Test::LibXmlDomWriterTest::testDocumentWithFullContent
. CLAM::Test::LibXmlDomWriterTest::testDocumentWithFullContentAndIndentation
. CLAM::Test::LibXmlDomWriterTest::testDocumentWithFullContentAndIndentation_elementWithContentAreInlined
+ CLAM::Test::XmlWriteContextTest
. CLAM::Test::XmlWriteContextTest::testCurrentContext_whenNoContextDefinedFails
. CLAM::Test::XmlWriteContextTest::testConstructor_establishCurrentContext
. CLAM::Test::XmlWriteContextTest::testDestructor_removesCurrentContext
. CLAM::Test::XmlWriteContextTest::testConstructor_whenASecondContextDefinedFails
. CLAM::Test::XmlWriteContextTest::testGetTarget
. CLAM::Test::XmlWriteContextTest::testInsertContent_whenString
. CLAM::Test::XmlWriteContextTest::testInsertContent_whenInteger
. CLAM::Test::XmlWriteContextTest::testOpenElement
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenEmpty
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenHasContent
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenHasChildren
. CLAM::Test::XmlWriteContextTest::testCloseElement_whenHasSiblings
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenConstructed
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenContentWasInserted
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenElementOpened
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenElementClosed
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenContentInsertedOnElement
. CLAM::Test::XmlWriteContextTest::testLastWasAContent_whenElementWithContentClosed
. CLAM::Test::XmlWriteContextTest::testInsertAttribute_whenOutsideTheTagFails
. CLAM::Test::XmlWriteContextTest::testInsertAttribute_whenEmpty
. CLAM::Test::XmlWriteContextTest::testInsertAttribute_whenFull
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenConstructed
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenContentAdded
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenElementOpened
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenTwoElementsOpened
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenOneElementClosed
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenTwoElementClosed
. CLAM::Test::XmlWriteContextTest::testCurrentLevel_whenFirstOfTwoElementClosed
. CLAM::Test::XmlWriteContextTest::testIndentation_whenSingleContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenSingleElement
. CLAM::Test::XmlWriteContextTest::testIndentation_whenRootSiblings
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNested
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedSiblings
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedSingleContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedPreContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedPostContent
. CLAM::Test::XmlWriteContextTest::testIndentation_whenNestedNested
+ CLAM::Test::XercesDomReaderTest
. CLAM::Test::XercesDomReaderTest::testBadSource_throwsException
. CLAM::Test::XercesDomReaderTest::testNonXml_throwsException
. CLAM::Test::XercesDomReaderTest::testEmptyDocument
. CLAM::Test::XercesDomReaderTest::testFullDocument
. CLAM::Test::XercesDomReaderTest::testFullDocument_whenDuplicatedAttribute
. CLAM::Test::XercesDomReaderTest::testFullDocument_whenUnclosedTag
. CLAM::Test::XercesDomReaderTest::testFullDocument_whenClosingUnopenedTag
+ CLAM::Test::LibXmlDomDocumentHandlerTest
. CLAM::Test::LibXmlDomDocumentHandlerTest::testDefaultConstructor_PointsNoWhere
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSetDocument_ChangesSelectionToRoot
. CLAM::Test::LibXmlDomDocumentHandlerTest::testCreate
. CLAM::Test::LibXmlDomDocumentHandlerTest::testCreate_whenTwice
. CLAM::Test::LibXmlDomDocumentHandlerTest::testRead
. CLAM::Test::LibXmlDomDocumentHandlerTest::testRead_withErrors
. CLAM::Test::LibXmlDomDocumentHandlerTest::testWriteSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testWriteDocument
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withEmptyPathKeepsTheSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withRelativePathMovesTheSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withRelativePathIgnoringNonElements
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withRelativePathIgnoringElementsWithDifferentNames
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_givesExceptionWheneverTheNameIsNotFound
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_multipleLevelSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_badPathKeepsTheSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withSomeMoreLevels
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_successiveRelative
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withAbsolutePath
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_absoluteWithBadRootNameFails
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_absoluteFailsKeepsOldSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testSelect_withASingleBarGoesToRoot
. CLAM::Test::LibXmlDomDocumentHandlerTest::testWriteSelection_withAMovedSelection
. CLAM::Test::LibXmlDomDocumentHandlerTest::testWriteDocument_withAMovedSelectionBehavesTheSame
+ CLAM::Test::XercesDomDocumentHandlerTest
. CLAM::Test::XercesDomDocumentHandlerTest::testDefaultConstructor_PointsNoWhere
. CLAM::Test::XercesDomDocumentHandlerTest::testSetDocument_ChangesSelectionToRoot
. CLAM::Test::XercesDomDocumentHandlerTest::testCreate
. CLAM::Test::XercesDomDocumentHandlerTest::testCreate_whenTwice
. CLAM::Test::XercesDomDocumentHandlerTest::testRead
. CLAM::Test::XercesDomDocumentHandlerTest::testRead_withErrors
. CLAM::Test::XercesDomDocumentHandlerTest::testWriteSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testWriteDocument
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withEmptyPathKeepsTheSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withRelativePathMovesTheSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withRelativePathIgnoringNonElements
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withRelativePathIgnoringElementsWithDifferentNames
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_givesExceptionWheneverTheNameIsNotFound
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_multipleLevelSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_badPathKeepsTheSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withSomeMoreLevels
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_successiveRelative
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withAbsolutePath
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_absoluteWithBadRootNameFails
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_absoluteFailsKeepsOldSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testSelect_withASingleBarGoesToRoot
. CLAM::Test::XercesDomDocumentHandlerTest::testWriteSelection_withAMovedSelection
. CLAM::Test::XercesDomDocumentHandlerTest::testWriteDocument_withAMovedSelectionBehavesTheSame
+ CLAM::Test::XercesDomWriterTest
. CLAM::Test::XercesDomWriterTest::testPlainContent
. CLAM::Test::XercesDomWriterTest::testEmptyElement
. CLAM::Test::XercesDomWriterTest::testElementWithPlainContent
. CLAM::Test::XercesDomWriterTest::testElementWithInnerElement
. CLAM::Test::XercesDomWriterTest::testEmptyElementWithAttribute
. CLAM::Test::XercesDomWriterTest::testEmptyElementWithAttributes
. CLAM::Test::XercesDomWriterTest::testEmptyElementWithReversedOrderAttributes
. CLAM::Test::XercesDomWriterTest::testNonEmptyElementWithAttribute
. CLAM::Test::XercesDomWriterTest::testEmptyDocument
. CLAM::Test::XercesDomWriterTest::testDocumentWithFullContent
. CLAM::Test::XercesDomWriterTest::testDocumentWithFullContentAndIndentation
+ CLAMTest::XmlAdaptersTest
. CLAMTest::XmlAdaptersTest::testXmlAdapter
. CLAMTest::XmlAdaptersTest::testXmlArrayAdapter
. CLAMTest::XmlAdaptersTest::testXmlIterableAdapter
. CLAMTest::XmlAdaptersTest::testXmlComponentAdapter
. CLAMTest::XmlAdaptersTest::testXmlComponentArray
. CLAMTest::XmlAdaptersTest::testXmlComponentList
+ CLAM::Test::XercesDomReadingContextTest
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_withASingleWordContent
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_withTwoJointContents
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_withTwoContentsSeparatedByElement
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_withTwoContentsSeparatedByComment
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_withNoNode
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_withElementFirst
. CLAM::Test::XercesDomReadingContextTest::testContentLeft_withNoNode_returnsFalse
. CLAM::Test::XercesDomReadingContextTest::testContentLeft_withNonSpaceReturnsTrue
. CLAM::Test::XercesDomReadingContextTest::testContentLeft_withStartingSpacesAndNonSpace_chopsAndReturnsTrue
. CLAM::Test::XercesDomReadingContextTest::testContentLeft_withOnlySpaces_chopsAndReturnsFalse
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withThatElementFirst
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withWrongNameFails
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withCommentBefore
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withNoElement
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withTextFirst
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withReadedTextFirst
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withHalfReadedTextFirst
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withSpacesToReadFirst
. CLAM::Test::XercesDomReadingContextTest::testFindElement_withStillNonElement_asserts
. CLAM::Test::XercesDomReadingContextTest::testFetchElement_withThatElementFirst
. CLAM::Test::XercesDomReadingContextTest::testFetchElement_withSecondElementFirst
. CLAM::Test::XercesDomReadingContextTest::testFetchElement_withTextFirst
. CLAM::Test::XercesDomReadingContextTest::testFetchElement_withNoElement
. CLAM::Test::XercesDomReadingContextTest::testFetchElement_withADifferentName
. CLAM::Test::XercesDomReadingContextTest::testFetchElement_withANonElementNode
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_afterElement
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_whenSecondElement
. CLAM::Test::XercesDomReadingContextTest::testFetchContent_afterElementWithSpaces
. CLAM::Test::XercesDomReadingContextTest::testReleaseContext_atRootReturnsNull
. CLAM::Test::XercesDomReadingContextTest::testReleaseContext_whenIsChildContext
. CLAM::Test::XercesDomReadingContextTest::testRecursiveConstructor_initializesTheContext
. CLAM::Test::XercesDomReadingContextTest::testReleaseContext_whenContentLeft
. CLAM::Test::XercesDomReadingContextTest::testReleaseContext_whenElementLeft
. CLAM::Test::XercesDomReadingContextTest::testExtractAttribute_whenNone
. CLAM::Test::XercesDomReadingContextTest::testExtractAttribute_whenPresent
. CLAM::Test::XercesDomReadingContextTest::testExtractAttribute_withDifferentAttributeName
. CLAM::Test::XercesDomReadingContextTest::testGetPath
+ CLAMTest::DiscontinuousSegmentationTest
. CLAMTest::DiscontinuousSegmentationTest::testConstructor
. CLAMTest::DiscontinuousSegmentationTest::testInsert_atZero
. CLAMTest::DiscontinuousSegmentationTest::testInsert_inTheMiddleOfAnExistingSegment
. CLAMTest::DiscontinuousSegmentationTest::testInsert_beyondLimit
. CLAMTest::DiscontinuousSegmentationTest::testInsert_behindLimit
. CLAMTest::DiscontinuousSegmentationTest::testInit_withASortedListsOfPoints
. CLAMTest::DiscontinuousSegmentationTest::testInit_withAnOverlap
. CLAMTest::DiscontinuousSegmentationTest::testInit_withUnsortedOnsetOffsetPair
. CLAMTest::DiscontinuousSegmentationTest::testInit_withOutOfBoundsOffset
. CLAMTest::DiscontinuousSegmentationTest::testInit_withOddNumberOfBounds
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withExactValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withNonMatchingValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_withSeveralPointsWithinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOffset_outsideTheRange
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withExactValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withNonMatchingValue
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_withSeveralPointsWithinTolerance
. CLAMTest::DiscontinuousSegmentationTest::testPickOnset_outsideTheRange
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_behindRange
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_afterRange
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_atABound
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_atZeroBound
. CLAMTest::DiscontinuousSegmentationTest::testPickSegmentBody_atGap
. CLAMTest::DiscontinuousSegmentationTest::testSelection
. CLAMTest::DiscontinuousSegmentationTest::testSelection_multiple
. CLAMTest::DiscontinuousSegmentationTest::testDeselection
. CLAMTest::DiscontinuousSegmentationTest::testInsert_movesSelection
. CLAMTest::DiscontinuousSegmentationTest::testClearSelection
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_ofFirstBoundHasEffect
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_ofLastBoundHasEffect
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_thatDoesNotExist
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_thatDoesNotExist
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_toLeftLimitedByPreviousOffset
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_toLeftLimitedByZeroWhenFirstOne
. CLAMTest::DiscontinuousSegmentationTest::testDragOnset_toRightLimitedByOwnOffset
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_toRightLimitedByNextOnset
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_toRightLimitedByMaxWhenLastOne
. CLAMTest::DiscontinuousSegmentationTest::testDragOffset_toLeftLimitedByOwnOnset
. CLAMTest::DiscontinuousSegmentationTest::testRemove
. CLAMTest::DiscontinuousSegmentationTest::testRemove_movesSelection
. CLAMTest::DiscontinuousSegmentationTest::testRemove_removesRemovedSelection
. CLAMTest::DiscontinuousSegmentationTest::testRemove_firstSegment
. CLAMTest::DiscontinuousSegmentationTest::testRemove_lastSegmentExpandsPrevious
. CLAMTest::DiscontinuousSegmentationTest::testRemove_singleSegmentHasEffect
. CLAMTest::DiscontinuousSegmentationTest::testConstructor_putsCurrentAtZero
. CLAMTest::DiscontinuousSegmentationTest::testInsert_keepsCurrentAtZero
. CLAMTest::DiscontinuousSegmentationTest::testCurrent_changesCurrent
. CLAMTest::DiscontinuousSegmentationTest::testCurrent_aboveNSegmentsHasNoEffect
. CLAMTest::DiscontinuousSegmentationTest::testInsert_beforeCurrentCorrectsIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_beforeCurrentCorrectsIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_afterCurrentKeepsIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_justTheCurrentChangesIt
. CLAMTest::DiscontinuousSegmentationTest::testRemove_justTheCurrentButItIsZeroKeepsAtZero
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onTheMiddleOfAFrame
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onGapAtTheBegining
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onGapAtTheBeginingMovesCurrentWhenAfter
. CLAMTest::DiscontinuousSegmentationTest::testInsert_onGapInBetweenSegments
. CLAMTest::DiscontinuousSegmentationTest::testStoreOn
. CLAMTest::DiscontinuousSegmentationTest::testtakeArray
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithoutMaxPos
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithMaxPos
. CLAMTest::DiscontinuousSegmentationTest::testStoreOn_withinAnArray
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithoutMaxPos_withinAnArray
. CLAMTest::DiscontinuousSegmentationTest::testLoadFromWithMaxPos_withinAnArray
+ CLAMTest::ContiguousSegmentationTest
. CLAMTest::ContiguousSegmentationTest::testConstructor
. CLAMTest::ContiguousSegmentationTest::testInsert_aPoint
. CLAMTest::ContiguousSegmentationTest::testInsert_inTheMiddle
. CLAMTest::ContiguousSegmentationTest::testInsert_beyondLimit
. CLAMTest::ContiguousSegmentationTest::testInsert_behindLimit
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withExactValue
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withNonMatchingValue
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOffset_withSeveralPointsWithinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOffset_outsideTheRange
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withExactValue
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withNonMatchingValue
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOnset_withSeveralPointsWithinTolerance
. CLAMTest::ContiguousSegmentationTest::testPickOnset_outsideTheRange
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_behindRange
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_afterRange
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_atABound
. CLAMTest::ContiguousSegmentationTest::testPickSegmentBody_atZeroBound
. CLAMTest::ContiguousSegmentationTest::testSelection
. CLAMTest::ContiguousSegmentationTest::testSelection_multiple
. CLAMTest::ContiguousSegmentationTest::testDeselection
. CLAMTest::ContiguousSegmentationTest::testInsert_movesSelection
. CLAMTest::ContiguousSegmentationTest::testClearSelection
. CLAMTest::ContiguousSegmentationTest::testDragOffset
. CLAMTest::ContiguousSegmentationTest::testDragOffset_beyondNextBound
. CLAMTest::ContiguousSegmentationTest::testDragOffset_beyondPreviousBound
. CLAMTest::ContiguousSegmentationTest::testDragOffset_ofLastBoundHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testDragOffset_ofPreLastSegment
. CLAMTest::ContiguousSegmentationTest::testDragOffset_ofFirstBoundLimitIsZero
. CLAMTest::ContiguousSegmentationTest::testDragOnset
. CLAMTest::ContiguousSegmentationTest::testDragOnset_beyondNextBound
. CLAMTest::ContiguousSegmentationTest::testDragOnset_beyondPreviousBound
. CLAMTest::ContiguousSegmentationTest::testDragOnset_ofFirstBoundHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testDragOnset_ofLastSegment
. CLAMTest::ContiguousSegmentationTest::testDragOnset_ofLastBoundLimitIsLength
. CLAMTest::ContiguousSegmentationTest::testRemove
. CLAMTest::ContiguousSegmentationTest::testRemove_movesSelection
. CLAMTest::ContiguousSegmentationTest::testRemove_removesRemovedSelection
. CLAMTest::ContiguousSegmentationTest::testRemove_firstSegment
. CLAMTest::ContiguousSegmentationTest::testRemove_lastSegmentExpandsPrevious
. CLAMTest::ContiguousSegmentationTest::testRemove_singleSegmentHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testConstructor_putsCurrentAtZero
. CLAMTest::ContiguousSegmentationTest::testInsert_keepsCurrentAtZero
. CLAMTest::ContiguousSegmentationTest::testCurrent_changesCurrent
. CLAMTest::ContiguousSegmentationTest::testCurrent_aboveNSegmentsHasNoEffect
. CLAMTest::ContiguousSegmentationTest::testInsert_beforeCurrentCorrectsIt
. CLAMTest::ContiguousSegmentationTest::testRemove_beforeCurrentCorrectsIt
. CLAMTest::ContiguousSegmentationTest::testRemove_afterCurrentKeepsIt
. CLAMTest::ContiguousSegmentationTest::testRemove_justTheCurrentChangesIt
. CLAMTest::ContiguousSegmentationTest::testRemove_justTheCurrentButItIsZeroKeepsAtZero
. CLAMTest::ContiguousSegmentationTest::testInitialize_withGoodData
. CLAMTest::ContiguousSegmentationTest::testInitialize_withZero
. CLAMTest::ContiguousSegmentationTest::testInitialize_BeyondMax
. CLAMTest::ContiguousSegmentationTest::testStoreOn
. CLAMTest::ContiguousSegmentationTest::testtakeArray
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithoutMaxPos
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithMaxPos
. CLAMTest::ContiguousSegmentationTest::testStoreOn_withinAnArray
. CLAMTest::ContiguousSegmentationTest::testMaxPosition_Initial
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithoutMaxPos_withinAnArray
. CLAMTest::ContiguousSegmentationTest::testLoadFromWithMaxPos_withinAnArray
+ CLAMTest::UnsizedSegmentationTest
. CLAMTest::UnsizedSegmentationTest::testStoreOn
. CLAMTest::UnsizedSegmentationTest::testtakeArray
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithoutMaxPos
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithMaxPos
. CLAMTest::UnsizedSegmentationTest::testStoreOn_withinAnArray
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithoutMaxPos_withinAnArray
. CLAMTest::UnsizedSegmentationTest::testLoadFromWithMaxPos_withinAnArray
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................F...F.F.F....................................................................................................................F....................................................................................................50 90 100 150 .50 100 90 .50 90 150 100 .50 90 150 201 .50 90 100 .0 50 50 100 100 150 150 200 .0 50 50 100 100 150 150 200 .0 50 50 100 100 150 150 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 50 50 100 100 150 150 200 .0 50 50 100 100 150 150 200 .0 50 50 100 100 150 150 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .90 100 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 ....0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .0 90 90 100 100 110 110 200 .........90 100 110 120 .90 100 110 120 .90 100 110 120 .90 100 110 120 .90 100 110 120 9 10 11 12 16 18 .90 100 110 120 9 10 11 12 16 18 .90 100 110 120 9 10 11 12 16 18 ......................................................................
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
!!!FAILURES!!!
FFT_fftw3: Do(): Not a power of two
Test Results:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Run: 1167 Failures: 5 Errors: 0
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
1) test: CLAM::Test::LibXmlDomReaderTest::testNonXml_throwsException (F) line: 92 UnitTests/XmlTests/LibXmlDomReaderTest.cxx
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
equality assertion failed
FFT_fftw3: Do(): Not a power of two
- Expected:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
XML Parser Errors:
FFT_fftw3: Do(): Not a power of two
Document not well-formed.
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
- Actual :
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
XML Parser Errors:
FFT_fftw3: Do(): Not a power of two
Document not well-formed.
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Line 1, column 1 (fatal):
FFT_fftw3: Do(): Not a power of two
Document is empty
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
2) test: CLAM::Test::LibXmlDomReaderTest::testFullDocument_whenDuplicatedAttribute (F) line: 146 UnitTests/XmlTests/LibXmlDomReaderTest.cxx
FFT_fftw3: Do(): Not a power of two
equality assertion failed
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
- Expected:
FFT_fftw3: Do(): Not a power of two
XML Parser Errors:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Document not well-formed.
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
- Actual :
FFT_fftw3: Do(): Not a power of two
XML Parser Errors:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Document not well-formed.
FFT_fftw3: Do(): Not a power of two
Line 1, column 38 (fatal):
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Attribute attribute redefined
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
3) test: CLAM::Test::LibXmlDomReaderTest::testFullDocument_whenUnclosedTag (F) line: 173 UnitTests/XmlTests/LibXmlDomReaderTest.cxx
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
equality assertion failed
FFT_fftw3: Do(): Not a power of two
- Expected:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
XML Parser Errors:
FFT_fftw3: Do(): Not a power of two
Document not well-formed.
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
- Actual :
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
XML Parser Errors:
FFT_fftw3: Do(): Not a power of two
Document not well-formed.
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Line 1, column 71 (fatal):
FFT_fftw3: Do(): Not a power of two
Opening and ending tag mismatch: Unclosed line 1 and Element
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
4) test: CLAM::Test::LibXmlDomReaderTest::testFullDocument_whenClosingUnopenedTag (F) line: 200 UnitTests/XmlTests/LibXmlDomReaderTest.cxx
FFT_fftw3: Do(): Not a power of two
equality assertion failed
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
- Expected:
FFT_fftw3: Do(): Not a power of two
XML Parser Errors:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Document not well-formed.
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
- Actual :
FFT_fftw3: Do(): Not a power of two
XML Parser Errors:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Document not well-formed.
FFT_fftw3: Do(): Not a power of two
Line 1, column 62 (fatal):
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Opening and ending tag mismatch: Element line 1 and Unopened
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
5) test: CLAM::Test::LibXmlDomDocumentHandlerTest::testRead_withErrors (F) line: 138 UnitTests/XmlTests/LibXmlDomDocumentHandlerTest.cxx
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
equality assertion failed
FFT_fftw3: Do(): Not a power of two
- Expected:
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
XML Parser Errors:
FFT_fftw3: Do(): Not a power of two
Document not well-formed.
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
- Actual :
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
XML Parser Errors:
FFT_fftw3: Do(): Not a power of two
Document not well-formed.
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
Line 1, column 42 (fatal):
FFT_fftw3: Do(): Not a power of two
Opening and ending tag mismatch: UnclossedChild line 1 and LoadedRoot
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
####### WARNING: At file scons/libs/processing/src/FFT_fftw3.cxx line 77
FFT_fftw3: Do(): Not a power of two
Warning: 1 sinks were not fed, so could not send audio to the callback.
Warning: 1 sinks were not fed, so could not send audio to the callback.
Warning: 1 sinks were not fed, so could not send audio to the callback.
Warning: 1 sinks were not fed, so could not send audio to the callback.
Warning: could not start processing for not being Configured: 'filein' of class MonoAudioFileReader
Warning: could not start processing for not being Configured: 'filein' of class MonoAudioFileReader
Entity: line 1: parser error : Document is empty
ument />
^
Entity: line 1: parser error : Attribute attribute redefined
<TestDoc><Element attribute="Attribute value" attribute="other value">Content<In
^
Entity: line 1: parser error : Opening and ending tag mismatch: Unclosed line 1 and Element
><Element attribute="Attribute value">Content<Unclosed><InnerElement/></Element>
^
Entity: line 1: parser error : Opening and ending tag mismatch: Element line 1 and Unopened
<TestDoc><Element attribute="Attribute value">Content<InnerElement/></Unopened><
^
Entity: line 1: parser error : Opening and ending tag mismatch: UnclossedChild line 1 and LoadedRoot
<LoadedRoot><UnclossedChild></LoadedRoot>
^
END OF TASK: "Unit Tests"
TASK: "Functional Tests"
cd /home/testfarm//clam/CLAM/test
[OK]
scons test_data_path=/home/testfarm//clam-test-data clam_prefix=/home/testfarm/local
[OK]
cd FunctionalTests
[OK]
echo no command specified
[OK]
./FunctionalTests
[OK]
echo no command specified
[OK]
exectime_functests: 9.57016611099
END OF TASK: "Functional Tests"
TASK: "CLAM Examples"
cd /home/testfarm//clam/CLAM/examples
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
END OF TASK: "CLAM Examples"
TASK: "CLAM Plugins"
cd /home/testfarm//clam/CLAM/plugins/spacialization/spectral
[OK]
scons prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/spacialization
[OK]
scons clam_prefix=/home/testfarm/local raytracing=disabled
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/spacialization/ladspa/
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/continuousExcitationSynthesizer
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/GuitarEffects/
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/MIDI/
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/sndfile
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/osc
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/speech
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/Filters
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/resampling
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
cd /home/testfarm//clam/CLAM/plugins/expression
[OK]
scons clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
END OF TASK: "CLAM Plugins"
TASK: "NetworkEditor installation"
cd /home/testfarm//clam/NetworkEditor
[OK]
scons prefix=/home/testfarm/local clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
END OF TASK: "NetworkEditor installation"
TASK: "SMSTools installation"
cd /home/testfarm//clam/SMSTools
[OK]
scons prefix=/home/testfarm/local clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
/home/testfarm//clam/CLAM/scons/sconstools/changeExampleDataPath.py /home/testfarm/local/share/smstools
[OK]
END OF TASK: "SMSTools installation"
TASK: "vmqt4 compilation and examples"
cd /home/testfarm//clam/Annotator/vmqt
[OK]
scons prefix=/home/testfarm/local clam_prefix=/home/testfarm/local release=1 double=1
[OK]
scons examples
[OK]
END OF TASK: "vmqt4 compilation and examples"
TASK: "Annotator installation"
cd /home/testfarm//clam/Annotator
[OK]
scons prefix=/home/testfarm/local clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
END OF TASK: "Annotator installation"
TASK: "Chordata installation"
cd /home/testfarm//clam/chordata
[OK]
scons prefix=/home/testfarm/local clam_prefix=/home/testfarm/local
[OK]
scons install
[OK]
END OF TASK: "Chordata installation"
TASK: "Voice2MIDI installation"
cd /home/testfarm//clam/Voice2MIDI
[OK]
scons prefix=/home/testfarm/local clam_prefix=/home/testfarm/local
[FAILED]
scons: Reading SConscript files ...
scons: warning: QTDIR variable is not defined, using moc executable as a hint (QTDIR=/usr)
File "/home/testfarm/local/share/clam/sconstools/qt4.py", line 208, in _detect
Loading nsis tool...
Lodading dmg tool...
Version: 0.3.10
Package version: 0.3.10~svn15444
scons: done reading SConscript files.
scons: Building targets ...
g++ -o src/Voice2MIDIVersion.o -c -g -Wall -DRESOURCES_BASE="\"/home/testfarm/local/share/voice2midi\"" -DCLAM_FLOAT -D_DEBUG -DUSE_XERCES=1 -DCLAM_USE_XML -DUSE_XMLPP=1 -DUSE_LADSPA=1 -DUSE_SNDFILE=1 -DUSE_OGGVORBIS=1 -DWITH_VORBIS=1 -DUSE_MAD=1 -DWITH_MAD=1 -DUSE_ID3=1 -DUSE_ALSA=1 -DUSE_JACK=1 -DUSE_PORTAUDIO=1 -DUSE_FFTW3=1 -DQT_CORE_LIB -DQT_GUI_LIB -DQT_OPENGL_LIB -DQT_QT3SUPPORT_LIB -DQT3_SUPPORT -DQT_SHARED -DQT3_SUPPORT -I/home/testfarm/local/include -I/usr/local/include -I/usr/include/libxml2 -I/usr/include/glibmm-2.4 -I/usr/lib/x86_64-linux-gnu/glibmm-2.4/include -I/usr/include/sigc++-2.0 -I/usr/lib/x86_64-linux-gnu/sigc++-2.0/include -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml++-2.6 -I/usr/lib/libxml++-2.6/include -I/usr/include/alsa -I/usr/include/qt4 -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtOpenGL -I/usr/include/qt4/Qt3Support -I/usr/include/qt4/QtNetwork -I/usr/include/qt4/QtSql -Isrc -Isrc/Analysis -Isrc/AudioIO -Isrc/Controller -Isrc/GUI -Isrc/GUI/MainWindow -Isrc/GUI/Widgets -Isrc/GUI/Widgets/Surfaces -Isrc/MIDIOut -Isrc/misc -I/home/testfarm/local/include -I/home/testfarm/local/include/CLAM src/Voice2MIDIVersion.cxx
g++ -o Voice2MIDI src/AudioIO/FundSegPlayer.o src/GUI/Widgets/Surfaces/V2MDataDisplay.o src/GUI/Widgets/V2MAnalysisDisplay.o src/MIDIOut/MIDIMelodyPlayer.o src/Voice2MIDIVersion.o src/GUI/Widgets/V2MHelpViewer.o src/Analysis/MyAnalyzer.o src/GUI/Widgets/V2MPianoRoll.o src/AudioIO/FundPlayer.o src/Analysis/VoiceAnalyzer.o src/AudioIO/AudioFileIO.o src/AudioIO/AudioPlayer.o src/AudioIO/AudioRecorder.o src/MIDIOut/MIDIFileWriter.o src/MIDISettings.o src/Controller/V2MFacade.o src/GUI/Widgets/V2MSegmentationEditor.o src/GUI/MainWindow/V2MGUI.o src/Analysis/MelodyAnalyzer.o src/GUI/Widgets/Surfaces/V2MDataEditDisplay.o src/GUI/Widgets/Surfaces/V2MPREditDisplay.o src/main.o src/GUI/Widgets/generated/moc_V2MAnalysisDisplay.o src/GUI/Widgets/generated/moc_V2MHelpViewer.o src/GUI/Widgets/generated/moc_V2MPianoRoll.o src/GUI/Widgets/generated/moc_V2MSegmentationEditor.o src/GUI/MainWindow/generated/moc_V2MGUI.o -L/home/testfarm/local/lib -lclam_audioio -lclam_processing -lclam_core -lGL -lQtOpenGL -lQt3Support -lQtGui -lQtNetwork -lQtSql -lQtCore
/usr/bin/ld: src/AudioIO/FundSegPlayer.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5'
/lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line
collect2: error: ld returned 1 exit status
scons: *** [Voice2MIDI] Error 1
scons: building terminated because of errors.
END OF TASK: "Voice2MIDI installation"
TASK: "ipyclam compilation and test"
cd /home/testfarm//clam/ipyclam
[OK]
scons
[OK]
./runTests.py
[OK]
END OF TASK: "ipyclam compilation and test"
Execution '20131125-030351' finalized with a SUCCESS