bb.net
Class UrlUtil.UnitTest

java.lang.Object
  extended by bb.net.UrlUtil.UnitTest
Enclosing class:
UrlUtil

public static class UrlUtil.UnitTest
extends Object

See the Overview page of the project's javadocs for a general description of this unit test class.


Constructor Summary
UrlUtil.UnitTest()
           
 
Method Summary
private  void doAnalysis(URL url, String prefixExpected)
           
 void test_drainXXX_getInputStream_getOutputStream()
           
 void test_extractUrl_analyseUrl()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UrlUtil.UnitTest

public UrlUtil.UnitTest()
Method Detail

test_drainXXX_getInputStream_getOutputStream

public void test_drainXXX_getInputStream_getOutputStream()
                                                  throws Exception
Throws:
Exception

test_extractUrl_analyseUrl

public void test_extractUrl_analyseUrl()
                                throws Exception
Throws:
Exception

doAnalysis

private void doAnalysis(URL url,
                        String prefixExpected)
                 throws Exception
Throws:
Exception