Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.mjh.util
Class JUnitUrlInfo  view JUnitUrlInfo download JUnitUrlInfo.java

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bycom.mjh.util.JUnitUrlInfo
All Implemented Interfaces:
junit.framework.Test

public class JUnitUrlInfo
extends junit.framework.TestCase


Field Summary
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
JUnitUrlInfo()
           
 
Method Summary
 void testEmptyUrl()
           
 void testGarbageUrl()
           
 void testMissingRequiredParameters()
           
 void testNoPathUrl()
           
 void testNoProtoUrl()
           
 void testNullUrl()
           
 void testQueryHttpUrl()
           
 void testRequiredParameters()
           
 void testSimpleHttpUrl()
           
 void testSmtpUrl()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JUnitUrlInfo

public JUnitUrlInfo()
Method Detail

testSimpleHttpUrl

public void testSimpleHttpUrl()
                       throws java.lang.Exception

testQueryHttpUrl

public void testQueryHttpUrl()
                      throws java.lang.Exception

testRequiredParameters

public void testRequiredParameters()
                            throws java.lang.Exception

testMissingRequiredParameters

public void testMissingRequiredParameters()
                                   throws java.lang.Exception

testSmtpUrl

public void testSmtpUrl()
                 throws java.lang.Exception

testNoPathUrl

public void testNoPathUrl()
                   throws java.lang.Exception

testNoProtoUrl

public void testNoProtoUrl()
                    throws java.lang.Exception

testGarbageUrl

public void testGarbageUrl()
                    throws java.lang.Exception

testNullUrl

public void testNullUrl()
                 throws java.lang.Exception

testEmptyUrl

public void testEmptyUrl()
                  throws java.lang.Exception