站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > JBOSS Portal 2.6 API 英文版文档

URLNavigatorTestCase - JBOSS Portal 2.6 API 英文版文档


org.jboss.portal.test.common
Class URLNavigatorTestCase

java.lang.Object
  extended byTestCase
      extended byorg.jboss.portal.test.common.URLNavigatorTestCase

public class URLNavigatorTestCase
extends TestCase

Version:
$Revision: 5451 $
Author:
Julien Viet
See Also:
Serialized Form

Field Summary
private  java.util.List expectedAtoms1
           
private  java.util.List expectedAtoms2
           
private  java.util.List expectedAtoms3
           
private  java.util.List expectedURLs1
           
private  java.util.List expectedURLs2
           
private  java.util.List expectedURLs3
           
 
Constructor Summary
URLNavigatorTestCase(java.lang.String name)
           
 
Method Summary
private  void doTestJar(java.util.List expectedAtoms, java.util.List expectedURLs, java.net.URL url)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testFile()
           
 void testJar()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

expectedAtoms1

private java.util.List expectedAtoms1

expectedAtoms2

private java.util.List expectedAtoms2

expectedAtoms3

private java.util.List expectedAtoms3

expectedURLs1

private java.util.List expectedURLs1

expectedURLs2

private java.util.List expectedURLs2

expectedURLs3

private java.util.List expectedURLs3
Constructor Detail

URLNavigatorTestCase

public URLNavigatorTestCase(java.lang.String name)
Method Detail

setUp

protected void setUp()
              throws java.lang.Exception
Throws:
java.lang.Exception

tearDown

protected void tearDown()
                 throws java.lang.Exception
Throws:
java.lang.Exception

testJar

public void testJar()
             throws java.lang.Exception
Throws:
java.lang.Exception

testFile

public void testFile()
              throws java.lang.Exception
Throws:
java.lang.Exception

doTestJar

private void doTestJar(java.util.List expectedAtoms,
                       java.util.List expectedURLs,
                       java.net.URL url)
                throws java.lang.Exception
Throws:
java.lang.Exception