org.apache.maven.doxia.site.decoration.inheritance
Class URIPathDescriptorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.doxia.site.decoration.inheritance.URIPathDescriptorTest
All Implemented Interfaces:
junit.framework.Test

public class URIPathDescriptorTest
extends junit.framework.TestCase

Since:
1.2
Author:
ltheussl

Constructor Summary
URIPathDescriptorTest()
           
 
Method Summary
 void testConstructor()
          Test of constructor, of class URIPathDescriptor.
 void testRebaseLink()
          Test of rebaseLink method, of class URIPathDescriptor.
 void testRelativizeLink()
          Test of relativizeLink method, of class URIPathDescriptor.
 void testResolveLink()
          Test of resolveLink method, of class URIPathDescriptor.
 void testSameSite()
          Test of sameSite method, of class URIPathDescriptor.
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIPathDescriptorTest

public URIPathDescriptorTest()
Method Detail

testConstructor

public void testConstructor()
                     throws Exception
Test of constructor, of class URIPathDescriptor.

Throws:
Exception

testResolveLink

public void testResolveLink()
                     throws Exception
Test of resolveLink method, of class URIPathDescriptor.

Throws:
Exception

testRebaseLink

public void testRebaseLink()
                    throws Exception
Test of rebaseLink method, of class URIPathDescriptor.

Throws:
Exception

testRelativizeLink

public void testRelativizeLink()
                        throws Exception
Test of relativizeLink method, of class URIPathDescriptor.

Throws:
Exception

testSameSite

public void testSameSite()
                  throws Exception
Test of sameSite method, of class URIPathDescriptor.

Throws:
Exception


Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.