org.apache.maven.plugin.eclipse.writers
Class EclipseClasspathWriterUnitTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.eclipse.writers.EclipseClasspathWriterUnitTest
All Implemented Interfaces:
Test

public class EclipseClasspathWriterUnitTest
extends TestCase


Constructor Summary
EclipseClasspathWriterUnitTest()
           
 
Method Summary
protected  void tearDown()
           
 void testWrite_ShouldGenerateValidJavadocURLs()
           
 void testWrite_ShouldMaskOutputDirsNestedWithinAnExistingOutputDir()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

EclipseClasspathWriterUnitTest

public EclipseClasspathWriterUnitTest()
Method Detail

tearDown

protected void tearDown()
                 throws IOException
Overrides:
tearDown in class TestCase
Throws:
IOException

testWrite_ShouldMaskOutputDirsNestedWithinAnExistingOutputDir

public void testWrite_ShouldMaskOutputDirsNestedWithinAnExistingOutputDir()
                                                                   throws MojoExecutionException,
                                                                          org.jdom.JDOMException,
                                                                          IOException
Throws:
MojoExecutionException
org.jdom.JDOMException
IOException

testWrite_ShouldGenerateValidJavadocURLs

public void testWrite_ShouldGenerateValidJavadocURLs()
                                              throws MojoExecutionException,
                                                     org.jdom.JDOMException,
                                                     IOException
Throws:
MojoExecutionException
org.jdom.JDOMException
IOException


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