Java Globus API: Class FileInfoTest

org.globus.ftp.test
Class FileInfoTest

java.lang.Object
  |
  +--junit.framework.Assert
        |
        +--junit.framework.TestCase
              |
              +--org.globus.ftp.test.FileInfoTest
All Implemented Interfaces:
junit.framework.Test

public class FileInfoTest
extends junit.framework.TestCase


Constructor Summary
FileInfoTest(String name)
           
 
Method Summary
static void main(String[] argv)
           
static junit.framework.Test suite()
           
 void testBlockDev()
          block device.
 void testCharDev()
          character device.
 void testCharDev2()
          suppose that group is missing in /dev directory entry
 void testFileWithDate()
           
 void testFileWithDateWithSpace()
           
 void testNoGroup()
           
 void testRegular()
           
 void testRegular2()
           
 void testSoftLink()
           
 void testSpace()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, name, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assert, assert, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertNotNull, assertNotNull, 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

FileInfoTest

public FileInfoTest(String name)
Method Detail

main

public static void main(String[] argv)

suite

public static junit.framework.Test suite()

testRegular

public void testRegular()
                 throws Exception

testNoGroup

public void testNoGroup()
                 throws Exception

testSpace

public void testSpace()
               throws Exception

testFileWithDate

public void testFileWithDate()
                      throws Exception

testFileWithDateWithSpace

public void testFileWithDateWithSpace()
                               throws Exception

testRegular2

public void testRegular2()
                  throws Exception

testSoftLink

public void testSoftLink()
                  throws Exception

testCharDev

public void testCharDev()
                 throws Exception
character device. an entry of /dev directory has slightly different format

testBlockDev

public void testBlockDev()
                  throws Exception
block device. an entry of /dev directory has slightly different format

testCharDev2

public void testCharDev2()
                  throws Exception
suppose that group is missing in /dev directory entry