Module EDUtilsTest :: Class EDUtilsTest
[hide private]
[frames] | no frames]

Class EDUtilsTest

source code

Class Methods [hide private]
 
getFactoryPluginTest(cls) source code
 
getPluginTestDataDirectory(cls, _strPluginTestName)
Given a test case name, returns the corresponding test data directory.
source code
 
getConfigurationHome(cls, _strPluginTestName)
Returns the configuration directory path for a given test module
source code
Static Methods [hide private]
 
readAndParseFile(_strFileName)
Reads a file and parses potential existing environment variables such as:
source code
 
readFileAndParseVariable(*arg, **kw)
decorator that deprecates the use of a function
source code
 
readFileAndParseVariables(*arg, **kw)
decorator that deprecates the use of a function
source code
 
readFile(*arg, **kw)
decorator that deprecates the use of a function
source code
 
writeFile(*arg, **kw)
decorator that deprecates the use of a function
source code
 
getTestsHome(*arg, **kw)
decorator that deprecates the use of a function
source code
 
getTestsDataHome(*arg, **kw)
decorator that deprecates the use of a function
source code
 
getTestsDataImagesHome(*arg, **kw)
decorator that deprecates the use of a function
source code
string
patchMethodName(_strText)
Try to get the method name ...
source code
Class Variables [hide private]
  __edFactoryPluginTest = None
hash(x)
Method Details [hide private]

readAndParseFile(_strFileName)
Static Method

source code 

Reads a file and parses potential existing environment variables such as:

  • EDNA_TESTS_DATA_HOME

Returns the content of this file as a string

readFileAndParseVariable(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

readFileAndParseVariables(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

readFile(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

writeFile(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

getTestsHome(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

getTestsDataHome(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

getTestsDataImagesHome(*arg, **kw)
Static Method

source code 

decorator that deprecates the use of a function

Decorators:
  • @deprecated

patchMethodName(_strText)
Static Method

source code 

Try to get the method name ... by first converting it to a string an processing the string ... not optimal but it works

Nota: Refactored as a static method, 20100430 JKR

Parameters:
  • _strText - anything that could be converted to string, here it seems to be a method or a function
Returns: string
the word after the