|
HLCC Documentation 2.2.0
|
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) | |
Unit test for the actionSimCmdsHelper functions.
| TEST | ( | UpdateYaml | , |
| BadOriginalYaml | ) |
| TEST | ( | UpdateYaml | , |
| EmptyKey | ) |
| TEST | ( | UpdateYaml | , |
| EmptyValue | ) |
| TEST | ( | UpdateYaml | , |
| GoodExample | ) |
| TEST | ( | UpdateYaml | , |
| NonexistentKey | ) |
| TEST | ( | UpdateYaml | , |
| NonScalarEndNode | ) |
| TEST | ( | UpdateYaml | , |
| ScalarIntermediateNode | ) |