1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
/*!
 * \file TomatoOptions_test.cpp
 * \author Konrad Werys
 * \date 2018/08/19
 */

#include "gtest/gtest.h"

#include "TomatoOptions.h"

// TODO: implement tests here

//TEST(TomatoOptions, doAnything) {
//
//    typedef double TYPE;
//
//    Ox::TomatoOptions<TYPE> opts("testData/Hcmr_Phantom_1916_Shmolli_192i_e11_fileList.yaml");
//    opts.printCurrent();
//
//    EXPECT_TRUE(false);
//}