OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
FixturePropertyPythonObjectInterface.h
Go to the documentation of this file.
1#pragma once
2#include <gtest/gtest.h>
3#include "PythonWrapper.h"
4
5class FixturePropertyPythonObjectInterface : public testing::Test
6{
7public:
9private:
10 PythonWrapper _wrapper;
11};
Wrapper around python code execution.
Definition FixturePropertyPythonObjectInterface.h:6
FixturePropertyPythonObjectInterface()
Definition FixturePropertyPythonObjectInterface.cpp:3
Definition PythonWrapper.h:19