org.apache.myfaces.tobago.renderkit.html.scarborough.standard
Class AbstractJavaScriptTestBase

java.lang.Object
  extended by org.apache.myfaces.tobago.renderkit.html.scarborough.standard.AbstractJavaScriptTestBase
Direct Known Subclasses:
DateUnitTest

public abstract class AbstractJavaScriptTestBase
extends Object


Constructor Summary
AbstractJavaScriptTestBase()
           
 
Method Summary
protected  Object eval(String script)
           
protected  boolean evalBoolean(String script)
           
protected  int evalInt(String script)
           
protected  long evalLong(String script)
           
protected  void loadScriptFile(String jsFile)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testDummy()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractJavaScriptTestBase

public AbstractJavaScriptTestBase()
Method Detail

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.