TestIterator.cxx File Reference
#include <gtest/gtest.h>
#include <iterator.hxx>
#include <string>
Include dependency graph for TestIterator.cxx:

Go to the source code of this file.

Functions

 TEST (TestIterator, build)
 

Function Documentation

TEST ( TestIterator  ,
build   
)

Definition at line 33 of file TestIterator.cxx.

34 {
35  // Simple Iterator
36  {
37  Iterator::Build(std::cout, "p_0", "it1", 0);
38  }
39 }