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>
38 std::unique_ptr<TFile>
file;
42 std::vector<std::shared_ptr<TestUtils::IColumnData>>
usedColumns;
43 std::unordered_map<std::string,const std::vector<ColumnarOffsetType>*>
offsetColumns;
std::vector< std::shared_ptr< TestUtils::IColumnData > > knownColumns
std::vector< std::shared_ptr< TestUtils::IColumnData > > usedColumns
void setupColumns(ToolColumnVectorMap &toolWrapper)
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 doCall(const TestUtils::TestDefinition &testDefinition)
void setupKnownColumns(const TestUtils::TestDefinition &testDefinition)
std::unique_ptr< TFile > file
static bool checkMode()
check whether we have the right mode
the general configuration for a single test