cz.cuni.amis.pogamut.sposh.elements
Class ValueTest

Package class diagram package ValueTest
java.lang.Object
  extended by cz.cuni.amis.pogamut.sposh.elements.ValueTest

public class ValueTest
extends Object

Test some methods of value.

Author:
Honza

Constructor Summary
ValueTest()
           
 
Method Summary
 void enumWithoutQuote()
           
 void failToParseEnum()
           
 void parseEnum()
           
 void parseFals()
           
 void parseNil()
           
 void parseTrue()
           
 void serializeEnum()
           
 void stringInQuotes()
           
 void testDouble()
           
 void testInt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ValueTest

public ValueTest()
Method Detail

parseNil

public void parseNil()
              throws ParseException
Throws:
ParseException

parseTrue

public void parseTrue()
               throws ParseException
Throws:
ParseException

parseFals

public void parseFals()
               throws ParseException
Throws:
ParseException

testInt

public void testInt()
             throws ParseException
Throws:
ParseException

testDouble

public void testDouble()
                throws ParseException
Throws:
ParseException

stringInQuotes

public void stringInQuotes()
                    throws ParseException
Throws:
ParseException

parseEnum

public void parseEnum()
               throws ParseException
Throws:
ParseException

failToParseEnum

public void failToParseEnum()
                     throws ParseException
Throws:
ParseException

enumWithoutQuote

public void enumWithoutQuote()
                      throws ParseException
Throws:
ParseException

serializeEnum

public void serializeEnum()


Copyright © 2015 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.