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

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

public class Doxia91Test
extends junit.framework.TestCase

Testcase for DOXIA-91 problems. All tests make sure that a passed in null will not generate any path conversion but just returns the old path.

Version:
$Id: Doxia91Test.java 798146 2009-07-27 14:17:55Z ltheussl $
Author:
Henning P. Schmiedehausen

Constructor Summary
Doxia91Test()
           
 
Method Summary
 void testBothPathNull()
           
 void testNewPathNull()
           
 void testOldPathNull()
           
 
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

Doxia91Test

public Doxia91Test()
Method Detail

testOldPathNull

public void testOldPathNull()
                     throws Exception
Throws:
Exception

testNewPathNull

public void testNewPathNull()
                     throws Exception
Throws:
Exception

testBothPathNull

public void testBothPathNull()
                      throws Exception
Throws:
Exception


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