SCIRun  5.0
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
ReportMatrixInfoTests.cc File Reference
#include <gtest/gtest.h>
#include <fstream>
#include <Core/Algorithms/Base/AlgorithmPreconditions.h>
#include <Core/Algorithms/Math/ReportMatrixInfo.h>
#include <Core/Datatypes/DenseMatrix.h>
#include <Core/Datatypes/MatrixComparison.h>
#include <Core/Datatypes/MatrixIO.h>
#include <Testing/Utils/SCIRunUnitTests.h>

Functions

 TEST (ReportMatrixInfoAlgorithmTests, ReportsMatrixType)
 
 TEST (ReportMatrixInfoAlgorithmTests, ReportsRowAndColumnCount)
 
 TEST (ReportMatrixInfoAlgorithmTests, ReportsNumberOfElements)
 
 TEST (ReportMatrixInfoAlgorithmTests, ReportsNumberOfNonzeroElementsForSparse)
 
 TEST (ReportMatrixInfoAlgorithmTests, ReportsMinimumAndMaximum)
 
 TEST (ReportMatrixInfoAlgorithmTests, NullInputThrows)
 
 TEST (ReportMatrixInfoAlgorithmTests, EmptyInputDoesNotThrow)
 
 TEST (BigVectorFieldFile, DISABLED_MakeIt)
 
 TEST (BigVectorFieldFile, DISABLED_ReadIt)
 

Function Documentation

TEST ( ReportMatrixInfoAlgorithmTests  ,
ReportsMatrixType   
)
TEST ( ReportMatrixInfoAlgorithmTests  ,
ReportsRowAndColumnCount   
)
TEST ( ReportMatrixInfoAlgorithmTests  ,
ReportsNumberOfElements   
)
TEST ( ReportMatrixInfoAlgorithmTests  ,
ReportsNumberOfNonzeroElementsForSparse   
)
TEST ( ReportMatrixInfoAlgorithmTests  ,
ReportsMinimumAndMaximum   
)
TEST ( ReportMatrixInfoAlgorithmTests  ,
NullInputThrows   
)
TEST ( ReportMatrixInfoAlgorithmTests  ,
EmptyInputDoesNotThrow   
)
TEST ( BigVectorFieldFile  ,
DISABLED_MakeIt   
)
TEST ( BigVectorFieldFile  ,
DISABLED_ReadIt   
)