8#ifndef COLUMNAR_TEST_FIXTURES__COLUMNAR_PHYS_LITE_TEST_H
9#define COLUMNAR_TEST_FIXTURES__COLUMNAR_PHYS_LITE_TEST_H
17#include <gtest/gtest.h>
40 std::unique_ptr<TFile>
file;
44 std::vector<std::shared_ptr<TestUtils::IColumnData>>
usedColumns;
45 std::unordered_map<std::string,const std::vector<ColumnarOffsetType>*>
offsetColumns;
56 void setupKnownColumns (std::span<const TestUtils::TestDefinition> testDefinitions);
62 void doCallMulti (
const std::vector<TestUtils::TestDefinition>& testDefinitions);
the header information for the entire columnar data vector
std::vector< std::shared_ptr< TestUtils::IColumnData > > knownColumns
std::vector< std::shared_ptr< TestUtils::IColumnData > > usedColumns
std::string makeUniqueName()
make a unique tool name to be used in unit tests
std::unordered_map< std::string, const std::vector< ColumnarOffsetType > * > offsetColumns
void setupKnownColumns(std::span< const TestUtils::TestDefinition > testDefinitions)
void doCall(const TestUtils::TestDefinition &testDefinition)
void setupColumns(const ColumnVectorHeader &columnHeader)
std::unique_ptr< TFile > file
void doCallMulti(const std::vector< TestUtils::TestDefinition > &testDefinitions)
static bool checkMode()
check whether we have the right mode
the general configuration for a single test