OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
VersionGraphCfgTest.cpp File Reference

Namespaces

namespace  ot
 
namespace  ot::intern
 
namespace  ot::intern::test
 

Functions

std::string ot::intern::test::linesToString (const std::list< std::string > &_lines, const std::string &_linePrefix)
 
void ot::intern::test::testBranchesOrder (const ot::VersionGraphCfg::BranchesList &_branches, const std::list< std::string > &_expectedBranches)
 
void ot::intern::test::testBranchesEqual (const ot::VersionGraphCfg::BranchesList &_branches, const std::list< std::list< std::string > > &_expectedVersions)
 
void ot::intern::test::fillTestVersionGraph (ot::VersionGraphCfg &_graph)
 Create default branches: Index Name Versions 0 1 - 10 1 7.1 7.1.1 - 7.1.3 2 3.1 3.1.1 - 3.1.5 3 3.1.3.1 3.1.3.1.1 - 3.1.3.1.6 4 1.1 1.1.1 - 1.1.2 5 1.2 1.2.1 - 1.2.9.
 
 TEST (VersionGraphVersionCfgTest, InformationGathering)
 
 TEST (VersionGraphVersionCfgTest, SerializationDeserialization)
 
 TEST (VersionGraphCfgTest, Setup)
 

Function Documentation

◆ TEST() [1/3]

TEST ( VersionGraphCfgTest ,
Setup  )

◆ TEST() [2/3]

TEST ( VersionGraphVersionCfgTest ,
InformationGathering  )

◆ TEST() [3/3]

TEST ( VersionGraphVersionCfgTest ,
SerializationDeserialization  )