TestAlgorithm.cxx File Reference
#include <gtest/gtest.h>
#include <algorithm.hxx>
Include dependency graph for TestAlgorithm.cxx:

Go to the source code of this file.

Functions

 TEST (TestAlgo_Traits, build)
 

Function Documentation

TEST ( TestAlgo_Traits  ,
build   
)

Definition at line 40 of file TestAlgorithm.cxx.

41 {
42  // @todo Passing arguement as: Algo_Quick::Build(std::cout, x1, x2...)
43  // { Algo_Traits<Algo_Quick>::Build() };
44  //Algo_Traits<Algo_Quick>::Build(std::cout, OpGetAll);
45 }