org.switchboard.test
Class BrowserFunctionTest

java.lang.Object
  extended by TestCase
      extended by org.switchboard.test.BrowserFunctionTest

public class BrowserFunctionTest
extends TestCase


Constructor Summary
BrowserFunctionTest()
           
 
Method Summary
 void testAddCookieCookie()
           
 void testAddCookieStringStringString()
           
 void testAddListener()
           
 void testBrowser()
           
 void testBrowserString()
           
 void testClearCookies()
           
 void testGetAcceptCookies()
           
 void testGetCurrentURL()
           
 void testGetImages()
           
 void testGetLinks()
           
 void testGetSentences()
           
 void testGetTitle()
           
 void testNewHTML()
           
 void testNewXML()
           
 void testNumImages()
           
 void testOpen()
           
 void testQuery()
           
 void testRefresh()
           
 void testSaveFile()
           
 void testSaveURL()
           
 void testSetAcceptCookies()
           
 void testSetTag()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BrowserFunctionTest

public BrowserFunctionTest()
Method Detail

testBrowser

public void testBrowser()

testBrowserString

public void testBrowserString()

testRefresh

public void testRefresh()

testSetAcceptCookies

public void testSetAcceptCookies()

testGetAcceptCookies

public void testGetAcceptCookies()

testAddCookieStringStringString

public void testAddCookieStringStringString()

testAddCookieCookie

public void testAddCookieCookie()

testClearCookies

public void testClearCookies()

testOpen

public void testOpen()

testAddListener

public void testAddListener()

testQuery

public void testQuery()

testSaveURL

public void testSaveURL()

testSaveFile

public void testSaveFile()

testNewHTML

public void testNewHTML()

testGetCurrentURL

public void testGetCurrentURL()

testNewXML

public void testNewXML()

testGetSentences

public void testGetSentences()

testNumImages

public void testNumImages()

testGetImages

public void testGetImages()

testGetLinks

public void testGetLinks()

testGetTitle

public void testGetTitle()

testSetTag

public void testSetTag()