Package libxyz :: Package parser :: Module tests :: Class TestFlat
[hide private]
[frames] | no frames]

Class TestFlat

source code

object --+
         |
        TestFlat

Instance Methods [hide private]
 
setUp(self) source code
 
testComments(self)
Test for source type
source code
 
testAssignChar(self)
Test for assign character
source code
 
testDelimChar1(self)
Test for delimiter character
source code
 
testDelimChar2(self)
Test for delimiter character
source code
 
testComplete(self)
Check for complete expression
source code
 
testUnknownVar1(self)
Variable not in valid list is not allowed
source code
 
testUnknownVar2(self)
Variable in valid list is allowed
source code
 
testValueValidator1(self)
Check if value_validator raises exception 2
source code
 
testValueValidator2(self)
Check if value_validator accepts correct value
source code
 
testListValue(self)
Check for proper list values parsing
source code

Inherited from object: __delattr__, __getattribute__, __hash__, __init__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

testAssignChar(self)

source code 

Test for assign character

Decorators:
  • @raises(ParseError)

testDelimChar1(self)

source code 

Test for delimiter character

Decorators:
  • @raises(ParseError)

testComplete(self)

source code 

Check for complete expression

Decorators:
  • @raises(ParseError)

testUnknownVar1(self)

source code 

Variable not in valid list is not allowed

Decorators:
  • @raises(ParseError)

testValueValidator1(self)

source code 

Check if value_validator raises exception 2

Decorators:
  • @raises(ParseError)