API
 
Loading...
Searching...
No Matches
libXWCTest::xInstGraphTest Namespace Reference

Namespace for xInstGraph unit tests. More...

Classes

class  test_xigNode
 

Functions

void writeXML ()
 Write a minimal draw.io graph containing one of each supported node type.
 
 TEST_CASE ("Configuring xInstGraph with no errors", "[xInstGraph]")
 Verify xInstGraph configures and runs when given a minimal graph with all supported node types.
 
 SCENARIO ("Creating and configuring an fsmNode", "[instGraph::fsmNode]")
 
 SCENARIO ("Creating and configuring an indiPropNode", "[instGraph::indiPropNode]")
 
 TEST_CASE ("Creating and configuring an pwrOnOffNode", "[instGraph::pwrOnOffNode]")
 
 TEST_CASE ("Creating and configuring an staticNode", "[instGraph::staticNode]")
 
 SCENARIO ("Creating and configuring a stdMotionNode", "[instGraph::stdMotionNode]")
 
 SCENARIO ("Creating an xigNode", "[instGraph::xigNode]")
 

Detailed Description

Namespace for xInstGraph unit tests.

Namespace for xInstGraph node unit tests.

Function Documentation

◆ SCENARIO() [1/4]

libXWCTest::xInstGraphTest::SCENARIO ( "Creating an xigNode"  ,
""  [instGraph::xigNode] 
)

◆ SCENARIO() [2/4]

◆ SCENARIO() [3/4]

libXWCTest::xInstGraphTest::SCENARIO ( "Creating and configuring an fsmNode"  ,
""  [instGraph::fsmNode] 
)

◆ SCENARIO() [4/4]

◆ TEST_CASE() [1/2]

libXWCTest::xInstGraphTest::TEST_CASE ( "Creating and configuring an pwrOnOffNode"  ,
""  [instGraph::pwrOnOffNode] 
)

◆ TEST_CASE() [2/2]

libXWCTest::xInstGraphTest::TEST_CASE ( "Creating and configuring an staticNode"  ,
""  [instGraph::staticNode] 
)

◆ writeXML()

void libXWCTest::xInstGraphTest::writeXML ( )

Write a minimal draw.io graph containing one of each supported node type.

Definition at line 47 of file xInstGraph_test.cpp.

Referenced by SCENARIO(), SCENARIO(), SCENARIO(), SCENARIO(), TEST_CASE(), TEST_CASE(), and TEST_CASE().