A class used for testing in both test_Input.C and test_MPIRoot.C. More...

#include <TestInput.h>

Public Member Functions

 TestInput ()
 Constructor.
 
 ~TestInput ()
 Destructor.
 
void runtest (Input *input_a, Input *input_b)
 Run test using two Input instances that refer to the same data.
 
unsigned get_errors () const
 Get the number of errors encountered during runtest.
 
uint64_t get_block_size () const
 Return the number of time samples to load on each load_block.
 
void set_block_size (uint64_t _size)
 Set the number of time samples to load on each load_block.
 

Static Public Attributes

static bool verbose = false
 

Protected Attributes

uint64_t block_size
 The number of time samples to load on each load_block.
 
unsigned errors
 The number of errors in runtest.
 

Detailed Description

A class used for testing in both test_Input.C and test_MPIRoot.C.

This class serves no other purpose than to test the resolution attribute of the Input class in a variety of circumstances.


The documentation for this class was generated from the following files:

Generated using doxygen 1.8.17