TwiceAsNice  2019-02-18
Classes | Functions | Variables
test_helper Namespace Reference

Classes

class  CommandOutputProbe
 
class  ExecutionProbe
 
class  MessageInFileProbe
 
class  MonitTestHelper
 
class  Poller
 
class  PollingTestTask
 
class  Probe
 
class  StringPropertyProbe
 
class  SubprocessTerminated
 
class  SuccessfullShellCommandProbe
 
class  TestHelper
 
class  TestSuiteTask
 
class  Xvfb
 

Functions

def _pathRelativeToThisFile (path)
 
def terminateSubprocess (process)
 
def isSubprocessAlive (process)
 
def dumpFileToStdout (filePath)
 

Variables

string __version__ = "$Id: test_helper.py 13422 2015-05-13 10:23:58Z borelli $"
 
string ENV_VAR_LONG_RUNNING_TESTS_ENABLE = "ENABLE_LONG_RUNNING_TESTS"
 
string NICEQUI_START_UP_MESSAGE = "UI is up"
 
string XVFB_DEFAULT_DISPLAY = ":42"
 

Function Documentation

◆ _pathRelativeToThisFile()

def test_helper._pathRelativeToThisFile (   path)
private

◆ dumpFileToStdout()

def test_helper.dumpFileToStdout (   filePath)

◆ isSubprocessAlive()

def test_helper.isSubprocessAlive (   process)

◆ terminateSubprocess()

def test_helper.terminateSubprocess (   process)

Variable Documentation

◆ __version__

string test_helper.__version__ = "$Id: test_helper.py 13422 2015-05-13 10:23:58Z borelli $"
private

◆ ENV_VAR_LONG_RUNNING_TESTS_ENABLE

string test_helper.ENV_VAR_LONG_RUNNING_TESTS_ENABLE = "ENABLE_LONG_RUNNING_TESTS"

◆ NICEQUI_START_UP_MESSAGE

string test_helper.NICEQUI_START_UP_MESSAGE = "UI is up"

◆ XVFB_DEFAULT_DISPLAY

string test_helper.XVFB_DEFAULT_DISPLAY = ":42"