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