tests
Class TokenizerTest

java.lang.Object
  extended by tests.TokenizerTest

public class TokenizerTest
extends java.lang.Object


Field Summary
(package private)  picasso.parser.Tokenizer tokenizer
           
(package private)  java.util.List<picasso.parser.tokens.Token> tokens
           
 
Constructor Summary
TokenizerTest()
           
 
Method Summary
 void setUp()
          
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

tokenizer

picasso.parser.Tokenizer tokenizer

tokens

java.util.List<picasso.parser.tokens.Token> tokens
Constructor Detail

TokenizerTest

public TokenizerTest()
Method Detail

setUp

Throws:
java.lang.Exception

tearDown

Throws:
java.lang.Exception

testTokenizeConstant

Test that parsing a constant works


testTokenizeColor


testTokenizeInvalidColor


testTokenizeBasicFunctionExpression


testTokenizeCombinedFunctionExpression