trikRuntime
trikPyRunnerTest.cpp File Reference
#include "trikPyRunnerTest.h"
#include <QtCore/QEventLoop>
#include <QtCore/QFile>
#include <trikControl/brickFactory.h>
#include <trikKernel/fileUtils.h>
#include <testUtils/wait.h>
#include <QTimer>
Include dependency graph for trikPyRunnerTest.cpp:

Functions

 TEST_F (TrikPyRunnerTest, abortBeforeRun)
 
 TEST_F (TrikPyRunnerTest, syntaxErrorReport)
 
 TEST_F (TrikPyRunnerTest, sanityCheck)
 
 TEST_F (TrikPyRunnerTest, print)
 
 TEST_F (TrikPyRunnerTest, abortWhileTrue)
 
 TEST_F (TrikPyRunnerTest, scriptWait)
 
 TEST_F (TrikPyRunnerTest, directCommandContextWithTimersAndQtCore)
 
 TEST_F (TrikPyRunnerTest, propertyAndMethodWithSimpleType)
 
 TEST_F (TrikPyRunnerTest, brickMethodWithNonTrivialReturnTypeConversion)
 
 TEST_F (TrikPyRunnerTest, brickPropertyAndVectorArgument)
 
 TEST_F (TrikPyRunnerTest, DISABLED_fileTestPy)
 

Variables

constexpr auto EXIT_TIMEOUT = -93
 
constexpr auto EXIT_SCRIPT_ERROR = 113
 
constexpr auto EXIT_SCRIPT_SUCCESS = EXIT_SUCCESS
 

Function Documentation

TEST_F ( TrikPyRunnerTest  ,
abortBeforeRun   
)
TEST_F ( TrikPyRunnerTest  ,
syntaxErrorReport   
)
TEST_F ( TrikPyRunnerTest  ,
sanityCheck   
)
TEST_F ( TrikPyRunnerTest  ,
print   
)
TEST_F ( TrikPyRunnerTest  ,
abortWhileTrue   
)
TEST_F ( TrikPyRunnerTest  ,
scriptWait   
)
TEST_F ( TrikPyRunnerTest  ,
directCommandContextWithTimersAndQtCore   
)
TEST_F ( TrikPyRunnerTest  ,
propertyAndMethodWithSimpleType   
)
TEST_F ( TrikPyRunnerTest  ,
brickMethodWithNonTrivialReturnTypeConversion   
)
TEST_F ( TrikPyRunnerTest  ,
brickPropertyAndVectorArgument   
)
TEST_F ( TrikPyRunnerTest  ,
DISABLED_fileTestPy   
)

Variable Documentation

constexpr auto EXIT_SCRIPT_ERROR = 113
constexpr auto EXIT_SCRIPT_SUCCESS = EXIT_SUCCESS
constexpr auto EXIT_TIMEOUT = -93