SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Classes | Functions
AddKnownsToLinearSystemTests.cc File Reference
#include <Modules/Legacy/Math/AddKnownsToLinearSystem.h>
#include <Core/Datatypes/Legacy/Field/Field.h>
#include <Core/Datatypes/Legacy/Field/VField.h>
#include <Core/Datatypes/Legacy/Field/FieldInformation.h>
#include <Testing/ModuleTestBase/ModuleTestBase.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/DenseColumnMatrix.h>
#include <Core/Datatypes/SparseRowMatrix.h>
#include <Core/Datatypes/MatrixComparison.h>
#include <Core/Datatypes/MatrixTypeConversions.h>
#include <Core/Datatypes/MatrixIO.h>
#include <Testing/Utils/MatrixTestUtilities.h>
#include <Core/Algorithms/Base/AlgorithmPreconditions.h>
#include <Testing/Utils/SCIRunUnitTests.h>

Classes

class  AddKnownsToLinearSystemTests
 

Functions

 TEST_F (AddKnownsToLinearSystemTests, ValidInputOnAllPorts_KnownsHaveNoNaN)
 
 TEST_F (AddKnownsToLinearSystemTests, ValidInputOnAllPorts_KnownsHaveAllNaN)
 
 TEST_F (AddKnownsToLinearSystemTests, ValidInputOnPortZeroAndTwoNothingOnPortOne)
 
 TEST_F (AddKnownsToLinearSystemTests, ThrowsForFieldInputOnPortZero)
 
 TEST_F (AddKnownsToLinearSystemTests, ThrowsForFieldInputOnPortOne)
 
 TEST_F (AddKnownsToLinearSystemTests, ThrowsForFieldInputOnPortTwo)
 
 TEST_F (AddKnownsToLinearSystemTests, ThrowsForNullInput)
 

Function Documentation

TEST_F ( AddKnownsToLinearSystemTests  ,
ValidInputOnAllPorts_KnownsHaveNoNaN   
)
TEST_F ( AddKnownsToLinearSystemTests  ,
ValidInputOnAllPorts_KnownsHaveAllNaN   
)
TEST_F ( AddKnownsToLinearSystemTests  ,
ValidInputOnPortZeroAndTwoNothingOnPortOne   
)
TEST_F ( AddKnownsToLinearSystemTests  ,
ThrowsForFieldInputOnPortZero   
)
TEST_F ( AddKnownsToLinearSystemTests  ,
ThrowsForFieldInputOnPortOne   
)
TEST_F ( AddKnownsToLinearSystemTests  ,
ThrowsForFieldInputOnPortTwo   
)
TEST_F ( AddKnownsToLinearSystemTests  ,
ThrowsForNullInput   
)