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

Go to the source code of this file.

Functions

 TEST (TestBubbleLog, build)
 

Function Documentation

TEST ( TestBubbleLog  ,
build   
)

Definition at line 43 of file TestBubbleLog.cxx.

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