HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Functions
testActionSimCmdHelper.cpp File Reference

Unit test for the actionSimCmdsHelper functions. More...

#include "lsvsim/actionSimCmdsHelper.hpp"
#include <string>
#include <stdexcept>
#include <gtest/gtest.h>
#include <yaml-cpp/yaml.h>

Functions

 TEST (UpdateYaml, GoodExample)
 
 TEST (UpdateYaml, NonexistentKey)
 
 TEST (UpdateYaml, NonScalarEndNode)
 
 TEST (UpdateYaml, ScalarIntermediateNode)
 
 TEST (UpdateYaml, EmptyKey)
 
 TEST (UpdateYaml, EmptyValue)
 
 TEST (UpdateYaml, BadOriginalYaml)
 

Detailed Description

Unit test for the actionSimCmdsHelper functions.

Author

Function Documentation

◆ TEST() [1/7]

TEST ( UpdateYaml ,
BadOriginalYaml  )

◆ TEST() [2/7]

TEST ( UpdateYaml ,
EmptyKey  )

◆ TEST() [3/7]

TEST ( UpdateYaml ,
EmptyValue  )

◆ TEST() [4/7]

TEST ( UpdateYaml ,
GoodExample  )

◆ TEST() [5/7]

TEST ( UpdateYaml ,
NonexistentKey  )

◆ TEST() [6/7]

TEST ( UpdateYaml ,
NonScalarEndNode  )

◆ TEST() [7/7]

TEST ( UpdateYaml ,
ScalarIntermediateNode  )