org.olat.core.util.filter.impl
Class AddBaseURLToMediaRelativeURLFilterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.olat.core.test.OlatTestCase
              extended by org.olat.core.util.filter.impl.AddBaseURLToMediaRelativeURLFilterTest
All Implemented Interfaces:
junit.framework.Test

public class AddBaseURLToMediaRelativeURLFilterTest
extends OlatTestCase

Description:
This test case tests the add base url to html filter

Initial Date: 17.07.2009

Author:
gnaegi

Constructor Summary
AddBaseURLToMediaRelativeURLFilterTest(java.lang.String arg0)
           
 
Method Summary
static junit.framework.TestSuite suite()
           
 void testImages()
           
 void testLinks()
           
 void testPlainText()
           
 void testSimpleTags()
           
 
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

AddBaseURLToMediaRelativeURLFilterTest

public AddBaseURLToMediaRelativeURLFilterTest(java.lang.String arg0)
Method Detail

testPlainText

public void testPlainText()

testSimpleTags

public void testSimpleTags()

testImages

public void testImages()

testLinks

public void testLinks()

suite

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