org.olat.core.util.vfs
Class VFSManagerTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.olat.core.util.vfs.VFSManagerTest
All Implemented Interfaces:
junit.framework.Test

public class VFSManagerTest
extends junit.framework.TestCase

Description:
TODO: patrickb Class Description for VFSManagerTest

Initial Date: 16.06.2009

Author:
patrickb

Constructor Summary
VFSManagerTest()
           
 
Method Summary
static junit.framework.TestSuite suite()
           
 void testSanitizePath()
          Test method for VFSManager.sanitizePath(java.lang.String).
 
Methods inherited from class junit.framework.TestCase
countTestCases, getName, run, run, runBare, 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, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

VFSManagerTest

public VFSManagerTest()
Method Detail

testSanitizePath

public void testSanitizePath()
Test method for VFSManager.sanitizePath(java.lang.String).


suite

public static junit.framework.TestSuite suite()
Returns:
Test