tests
Class LsTest

java.lang.Object
  extended byjunit.framework.Assert
      extended byjunit.framework.TestCase
          extended bytests.LsTest
All Implemented Interfaces:
junit.framework.Test

public class LsTest
extends junit.framework.TestCase

Id: LsTest.java,v 1.0 15 avr. 2004
Copyright (c) 2004 Esup Portail (www.esup-portail.org)
Classes: LsTest
Original Author: Yohan Colmant


Field Summary
private  DavAccess dav
           
private  ChannelWebdavResource[] v
           
 
Fields inherited from class junit.framework.TestCase
 
Constructor Summary
LsTest(java.lang.String arg0)
          Constructor for LsTest.
 
Method Summary
static void main(java.lang.String[] args)
           
protected  void setUp()
           
protected  void tearDown()
           
 void testLsCollection()
           
 void testLsContentLength()
           
 void testLsContentLength2()
           
 void testLsContentType()
           
 void testLsContentType2()
           
 void testLsDisplayName()
           
 void testLsDisplayName2()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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
 

Field Detail

dav

private DavAccess dav

v

private ChannelWebdavResource[] v
Constructor Detail

LsTest

public LsTest(java.lang.String arg0)
Constructor for LsTest.

Parameters:
arg0 -
Method Detail

main

public static void main(java.lang.String[] args)

setUp

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

tearDown

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

testLsCollection

public void testLsCollection()

testLsDisplayName

public void testLsDisplayName()

testLsContentLength

public void testLsContentLength()

testLsContentType

public void testLsContentType()

testLsDisplayName2

public void testLsDisplayName2()

testLsContentLength2

public void testLsContentLength2()

testLsContentType2

public void testLsContentType2()