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
6
class
FixtureGraph
:
public
testing::Test
7
{
8
public
:
9
Graph
getGraphWithCycle
();
10
Graph
getGraphWithoutCycle
();
11
GraphNode
*
getRootNode
();
12
};
Graph.h
GraphNode.h
FixtureGraph
Definition
FixtureGraph.h:7
FixtureGraph::getGraphWithCycle
Graph getGraphWithCycle()
Definition
FixtureGraph.cpp:3
FixtureGraph::getGraphWithoutCycle
Graph getGraphWithoutCycle()
Definition
FixtureGraph.cpp:21
FixtureGraph::getRootNode
GraphNode * getRootNode()
Graph
Definition
Graph.h:9
GraphNode
Definition
GraphNode.h:13
Services
DataProcessingService
DataProcessingServiceTest
include
FixtureGraph.h
Generated by
1.10.0