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

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

public class PathDescriptorTest
extends junit.framework.TestCase

Test the PathDescriptor creation under various circumstances.

Version:
$Id: PathDescriptorTest.java 1058863 2011-01-14 06:43:36Z ltheussl $
Author:
Henning P. Schmiedehausen

Constructor Summary
PathDescriptorTest()
           
 
Method Summary
 void testAbsPath()
           
 void testEmptyAbsPath()
           
 void testEmptyRelPath()
           
 void testFileBaseAbsPath()
           
 void testFileBaseEmptyAbsPath()
           
 void testFileBaseEmptyRelPath()
           
 void testFileBaseNullPath()
           
 void testFileBaseRelPath()
           
 void testNullBaseAbsPath()
           
 void testNullBaseEmptyAbsPath()
           
 void testNullBaseEmptyRelPath()
           
 void testNullBaseNullPath()
           
 void testNullBaseRelPath()
           
 void testNullPath()
           
 void testPathBaseAbsPath()
           
 void testPathBaseEmptyAbsPath()
           
 void testPathBaseEmptyRelPath()
           
 void testPathBaseNullPath()
           
 void testPathBaseRelPath()
           
 void testPathRelBase()
           
 void testRelPath()
           
 void testUrlBaseAbsPath()
           
 void testUrlBaseEmptyAbsPath()
           
 void testUrlBaseEmptyRelPath()
           
 void testUrlBaseNullPath()
           
 void testUrlBaseRelPath()
           
 
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

PathDescriptorTest

public PathDescriptorTest()
Method Detail

testAbsPath

public void testAbsPath()
                 throws Exception
Throws:
Exception

testRelPath

public void testRelPath()
                 throws Exception
Throws:
Exception

testEmptyAbsPath

public void testEmptyAbsPath()
                      throws Exception
Throws:
Exception

testEmptyRelPath

public void testEmptyRelPath()
                      throws Exception
Throws:
Exception

testNullPath

public void testNullPath()
                  throws Exception
Throws:
Exception

testNullBaseAbsPath

public void testNullBaseAbsPath()
                         throws Exception
Throws:
Exception

testNullBaseRelPath

public void testNullBaseRelPath()
                         throws Exception
Throws:
Exception

testNullBaseEmptyAbsPath

public void testNullBaseEmptyAbsPath()
                              throws Exception
Throws:
Exception

testNullBaseEmptyRelPath

public void testNullBaseEmptyRelPath()
                              throws Exception
Throws:
Exception

testNullBaseNullPath

public void testNullBaseNullPath()
                          throws Exception
Throws:
Exception

testUrlBaseAbsPath

public void testUrlBaseAbsPath()
                        throws Exception
Throws:
Exception

testUrlBaseRelPath

public void testUrlBaseRelPath()
                        throws Exception
Throws:
Exception

testUrlBaseEmptyAbsPath

public void testUrlBaseEmptyAbsPath()
                             throws Exception
Throws:
Exception

testUrlBaseEmptyRelPath

public void testUrlBaseEmptyRelPath()
                             throws Exception
Throws:
Exception

testUrlBaseNullPath

public void testUrlBaseNullPath()
                         throws Exception
Throws:
Exception

testFileBaseAbsPath

public void testFileBaseAbsPath()
                         throws Exception
Throws:
Exception

testFileBaseRelPath

public void testFileBaseRelPath()
                         throws Exception
Throws:
Exception

testFileBaseEmptyAbsPath

public void testFileBaseEmptyAbsPath()
                              throws Exception
Throws:
Exception

testFileBaseEmptyRelPath

public void testFileBaseEmptyRelPath()
                              throws Exception
Throws:
Exception

testFileBaseNullPath

public void testFileBaseNullPath()
                          throws Exception
Throws:
Exception

testPathBaseAbsPath

public void testPathBaseAbsPath()
                         throws Exception
Throws:
Exception

testPathBaseRelPath

public void testPathBaseRelPath()
                         throws Exception
Throws:
Exception

testPathBaseEmptyAbsPath

public void testPathBaseEmptyAbsPath()
                              throws Exception
Throws:
Exception

testPathBaseEmptyRelPath

public void testPathBaseEmptyRelPath()
                              throws Exception
Throws:
Exception

testPathBaseNullPath

public void testPathBaseNullPath()
                          throws Exception
Throws:
Exception

testPathRelBase

public void testPathRelBase()
                     throws Exception
Throws:
Exception


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