org.apache.maven.plugin.eclipse
Class EclipsePluginUnitTest

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

public class EclipsePluginUnitTest
extends junit.framework.TestCase


Constructor Summary
EclipsePluginUnitTest()
           
 
Method Summary
 void tearDown()
           
 void testBuildDirectoryList_ShouldUseTestOutputDirFromProjectWhenBuildOutputDirIsStandard()
           
 void testExtractResourceDirs_ShouldIncludeMainAndTestResources()
           
 void testExtractResourceDirs_ShouldIncludeMainAndTestResourcesWhenBaseDirsDiffer()
           
 void testExtractResourceDirs_ShouldUseResourceOutput()
           
 void testExtractResourceDirs_ShouldUseSpecifiedOutputDirectory()
           
 
Methods inherited from class junit.framework.TestCase
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, countTestCases, createResult, fail, fail, failNotEquals, failNotSame, failSame, format, getName, run, run, runBare, runTest, setName, setUp, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EclipsePluginUnitTest

public EclipsePluginUnitTest()
Method Detail

tearDown

public void tearDown()
              throws IOException
Overrides:
tearDown in class junit.framework.TestCase
Throws:
IOException

testBuildDirectoryList_ShouldUseTestOutputDirFromProjectWhenBuildOutputDirIsStandard

public void testBuildDirectoryList_ShouldUseTestOutputDirFromProjectWhenBuildOutputDirIsStandard()
                                                                                          throws Exception
Throws:
Exception

testExtractResourceDirs_ShouldUseResourceOutput

public void testExtractResourceDirs_ShouldUseResourceOutput()
                                                     throws Exception
Throws:
Exception

testExtractResourceDirs_ShouldUseSpecifiedOutputDirectory

public void testExtractResourceDirs_ShouldUseSpecifiedOutputDirectory()
                                                               throws Exception
Throws:
Exception

testExtractResourceDirs_ShouldIncludeMainAndTestResources

public void testExtractResourceDirs_ShouldIncludeMainAndTestResources()
                                                               throws Exception
Throws:
Exception

testExtractResourceDirs_ShouldIncludeMainAndTestResourcesWhenBaseDirsDiffer

public void testExtractResourceDirs_ShouldIncludeMainAndTestResourcesWhenBaseDirsDiffer()
                                                                                 throws Exception
Throws:
Exception


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.