org.jboss.test.util.test.protocol
Class FileURLConnectionTestCase

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.jboss.test.util.test.protocol.FileURLConnectionTestCase
All Implemented Interfaces:
junit.framework.Test

public class FileURLConnectionTestCase
extends junit.framework.TestCase

Tests of the expected jdk file: url connection protocol handler behaviors.

Version:
$Revision:$
Author:
Scott.Stark@jboss.org, Dimitris.Andreadis@jboss.org

Constructor Summary
FileURLConnectionTestCase()
           
 
Method Summary
 void testContentLength()
           
 void testContentType()
           
 void testDirectoryListing()
           
 void testLastModified()
           
 
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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FileURLConnectionTestCase

public FileURLConnectionTestCase()
Method Detail

testLastModified

public void testLastModified()
                      throws Exception
Throws:
Exception

testContentLength

public void testContentLength()
                       throws Exception
Throws:
Exception

testContentType

public void testContentType()
                     throws Exception
Throws:
Exception

testDirectoryListing

public void testDirectoryListing()
                          throws Exception
Throws:
Exception


Copyright © 2009 JBoss Inc.. All Rights Reserved.