HLCC Documentation 2.2.0
Loading...
Searching...
No Matches
Classes | Functions
testPyRunner.cpp File Reference

Unit test for the PyRunner class. More...

#include "lsvsim/pyRunner.hpp"
#include <string>
#include <vector>
#include <chrono>
#include <ciiLogManager.hpp>
#include <gtest/gtest.h>
#include <gtest/gtest_prod.h>
#include <rad/cii/oldbAdapter.hpp>
#include <rad/smAdapter.hpp>
#include <pybind11/embed.h>
#include "lsvsim/config.hpp"

Classes

class  TestPyRunner
 

Functions

 TEST_F (TestPyRunner, LoadingModulesEmpty)
 
 TEST_F (TestPyRunner, LoadingModulesInvalid)
 
 TEST_F (TestPyRunner, LoadingModulesWrongFormat)
 

Detailed Description

Unit test for the PyRunner class.

Author

Function Documentation

◆ TEST_F() [1/3]

TEST_F ( TestPyRunner ,
LoadingModulesEmpty  )

◆ TEST_F() [2/3]

TEST_F ( TestPyRunner ,
LoadingModulesInvalid  )

◆ TEST_F() [3/3]

TEST_F ( TestPyRunner ,
LoadingModulesWrongFormat  )