org.apache.myfaces.tobago.renderkit.html.scarborough.standard
Class AbstractJavaScriptTestBase
java.lang.Object
org.apache.myfaces.tobago.renderkit.html.scarborough.standard.AbstractJavaScriptTestBase
- Direct Known Subclasses:
- DateUnitTest
public abstract class AbstractJavaScriptTestBase
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractJavaScriptTestBase
public AbstractJavaScriptTestBase()
setUp
protected void setUp()
throws Exception
- Throws:
Exception
tearDown
protected void tearDown()
throws Exception
- Throws:
Exception
testDummy
public void testDummy()
eval
protected Object eval(String script)
evalInt
protected int evalInt(String script)
evalLong
protected long evalLong(String script)
evalBoolean
protected boolean evalBoolean(String script)
loadScriptFile
protected void loadScriptFile(String jsFile)
throws IOException
- Throws:
IOException
Copyright © 2002-2011 Apache Software Foundation. All Rights Reserved.