org.apache.maven.doxia.tools
Class SiteToolTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.doxia.tools.SiteToolTest
All Implemented Interfaces:
junit.framework.Test

public class SiteToolTest
extends PlexusTestCase

Version:
$Id: SiteToolTest.java 1086335 2011-03-28 18:50:05Z ltheussl $
Author:
Vincent Siveton

Field Summary
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
SiteToolTest()
           
 
Method Summary
protected  org.apache.maven.artifact.repository.ArtifactRepository getLocalRepo()
           
protected  File getLocalRepoDir()
           
 void testGetDecorationModel()
           
 void testGetDefaultDecorationModel()
           
 void testGetDefaultSkinArtifact()
           
 void testGetRelativePath()
           
 void testGetSiteDescriptorFromBasedir()
           
 void testGetSiteDescriptorFromRepository()
           
 void testGetSkinArtifactFromRepository()
           
 
Methods inherited from class org.codehaus.plexus.PlexusTestCase
createContainerInstance, customizeContext, customizeContext, getBasedir, getClassLoader, getConfiguration, getConfiguration, getContainer, getCustomConfiguration, getResourceAsStream, getTestFile, getTestFile, getTestPath, getTestPath, lookup, lookup, release, setUp, tearDown
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SiteToolTest

public SiteToolTest()
Method Detail

getLocalRepo

protected org.apache.maven.artifact.repository.ArtifactRepository getLocalRepo()
                                                                        throws Exception
Returns:
the repo.
Throws:
Exception

getLocalRepoDir

protected File getLocalRepoDir()
                        throws Exception
Returns:
the local repo directory.
Throws:
Exception

testGetDefaultSkinArtifact

public void testGetDefaultSkinArtifact()
                                throws Exception
Throws:
Exception

testGetSkinArtifactFromRepository

public void testGetSkinArtifactFromRepository()
                                       throws Exception
Throws:
Exception

testGetRelativePath

public void testGetRelativePath()
                         throws Exception
Throws:
Exception

testGetSiteDescriptorFromBasedir

public void testGetSiteDescriptorFromBasedir()
                                      throws Exception
Throws:
Exception

testGetSiteDescriptorFromRepository

public void testGetSiteDescriptorFromRepository()
                                         throws Exception
Throws:
Exception

testGetDecorationModel

public void testGetDecorationModel()
                            throws Exception
Throws:
Exception

testGetDefaultDecorationModel

public void testGetDefaultDecorationModel()
                                   throws Exception
Throws:
Exception


Copyright © 2002-2011 The Apache Software Foundation. All Rights Reserved.