OpenTwin 0.1
OpenTwin
 
Loading...
Searching...
No Matches
TestsPythonWrapper.cpp File Reference

Functions

 TEST_F (FixturePythonWrapper, RepeatedExecution)
 
 TEST_F (FixturePythonWrapper, ThrowWhenPythonSIGABR)
 
 TEST_F (FixturePythonWrapper, GetGlobalVariableValue)
 
 TEST_F (FixturePythonWrapper, GetGlobalVariableValue_NewModule)
 
 TEST_F (FixturePythonWrapper, GetGlobalVariableValue_WrongModule)
 
 TEST_F (FixturePythonWrapper, GetGlobalVariableValue_NotExisting)
 
 TEST_F (FixturePythonWrapper, FunctionWithReturnValue)
 
 TEST_F (FixturePythonWrapper, FunctionWithReturnValueRepeated)
 
 TEST_F (FixturePythonWrapper, FunctionWithParameter)
 
 TEST_F (FixturePythonWrapper, FunctionWithParameterRepeated)
 
 TEST_F (FixturePythonWrapper, FunctionWithMultipleParameter)
 
 TEST_F (FixturePythonWrapper, FunctionWithMultipleParameterRepeated)
 
 TEST_F (FixturePythonWrapper, FunctionNotExisting)
 
 TEST_F (FixturePythonWrapper, PythonExtensionWithParameter)
 
 TEST_F (FixturePythonWrapper, PythonExtensionWithParameterRepeated)
 
 TEST_F (FixturePythonWrapper, PythonExtensionWithoutParameter)
 
 TEST_F (FixturePythonWrapper, PythonExtensionWithMultipleParameter)
 
 TEST_F (FixturePythonWrapper, PythonExtensionWithMultipleParameterRepeated)
 
 TEST_F (FixturePythonWrapper, PythonExtensionFromOtherModule)
 
 TEST_F (FixturePythonWrapper, PythonExtensionFunctionGetter)
 
 TEST_F (FixturePythonWrapper, PythonImportNumpy)
 

Function Documentation

◆ TEST_F() [1/21]

TEST_F ( FixturePythonWrapper ,
FunctionNotExisting  )

◆ TEST_F() [2/21]

TEST_F ( FixturePythonWrapper ,
FunctionWithMultipleParameter  )

◆ TEST_F() [3/21]

TEST_F ( FixturePythonWrapper ,
FunctionWithMultipleParameterRepeated  )

◆ TEST_F() [4/21]

TEST_F ( FixturePythonWrapper ,
FunctionWithParameter  )

◆ TEST_F() [5/21]

TEST_F ( FixturePythonWrapper ,
FunctionWithParameterRepeated  )

◆ TEST_F() [6/21]

TEST_F ( FixturePythonWrapper ,
FunctionWithReturnValue  )

◆ TEST_F() [7/21]

TEST_F ( FixturePythonWrapper ,
FunctionWithReturnValueRepeated  )

◆ TEST_F() [8/21]

TEST_F ( FixturePythonWrapper ,
GetGlobalVariableValue  )

◆ TEST_F() [9/21]

TEST_F ( FixturePythonWrapper ,
GetGlobalVariableValue_NewModule  )

◆ TEST_F() [10/21]

TEST_F ( FixturePythonWrapper ,
GetGlobalVariableValue_NotExisting  )

◆ TEST_F() [11/21]

TEST_F ( FixturePythonWrapper ,
GetGlobalVariableValue_WrongModule  )

◆ TEST_F() [12/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionFromOtherModule  )

◆ TEST_F() [13/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionFunctionGetter  )

◆ TEST_F() [14/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionWithMultipleParameter  )

◆ TEST_F() [15/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionWithMultipleParameterRepeated  )

◆ TEST_F() [16/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionWithoutParameter  )

◆ TEST_F() [17/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionWithParameter  )

◆ TEST_F() [18/21]

TEST_F ( FixturePythonWrapper ,
PythonExtensionWithParameterRepeated  )

◆ TEST_F() [19/21]

TEST_F ( FixturePythonWrapper ,
PythonImportNumpy  )

◆ TEST_F() [20/21]

TEST_F ( FixturePythonWrapper ,
RepeatedExecution  )

◆ TEST_F() [21/21]

TEST_F ( FixturePythonWrapper ,
ThrowWhenPythonSIGABR  )