void |
setUp()
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
tokenizer
picasso.parser.Tokenizer tokenizer
tokens
java.util.List<picasso.parser.tokens.Token> tokens
TokenizerTest
public TokenizerTest()
setUp
- Throws:
java.lang.Exception
tearDown
- Throws:
java.lang.Exception
testTokenizeConstant
Test that parsing a constant works
testTokenizeColor
testTokenizeInvalidColor
testTokenizeBasicFunctionExpression
testTokenizeCombinedFunctionExpression
|