OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
FixtureGraph.h
Go to the documentation of this file.
1#pragma once
2#include <gtest/gtest.h>
3#include "Graph.h"
4#include "GraphNode.h"
5
6class FixtureGraph : public testing::Test
7{
8public:
12};
Definition FixtureGraph.h:7
Graph getGraphWithCycle()
Definition FixtureGraph.cpp:3
Graph getGraphWithoutCycle()
Definition FixtureGraph.cpp:21
GraphNode * getRootNode()
Definition Graph.h:9
Definition GraphNode.h:13