1#ifndef included_AMP_test_TpetraVectorTests
2#define included_AMP_test_TpetraVectorTests
7#include "AMP/utils/UnitTest.h"
8#include "AMP/vectors/VectorBuilder.h"
9#include "AMP/vectors/testHelpers/VectorTests.h"
13class TpetraVectorFactory;
A helper class to store/run tests for a vector.
std::shared_ptr< const VectorFactory > d_factory
void VerifyNorms(AMP::UnitTest *ut)
void testTpetraVector(AMP::UnitTest *ut)
TpetraVectorTests(std::shared_ptr< const VectorFactory > factory)
Class UnitTest is simple utility for running unit tests. It provides basic routines for tracing succe...