TestQuickLog.cxx File Reference
#include <gtest/gtest.h>
#include <quick_log.hxx>
#include <fstream>
#include <functional>
#include <vector>
Include dependency graph for TestQuickLog.cxx:

Go to the source code of this file.

Functions

 TEST (TestQuickLog, build)
 

Function Documentation

TEST ( TestQuickLog  ,
build   
)

Definition at line 43 of file TestQuickLog.cxx.

44 {
45  Container randomdArray(RandomArrayInt, RandomArrayInt + sizeof(RandomArrayInt) / sizeof(int));
46  OFStream fileStream("quick_output.json");
47  QuickLog<IT>::Build(fileStream, OpGetMin, randomdArray.begin(), randomdArray.end());
48 }
std::ofstream OFStream
Definition: typedef.hxx:38