org.apache.maven.plugin.dependency.utils
Class TestDependencyUtil

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.dependency.utils.TestDependencyUtil
All Implemented Interfaces:
junit.framework.Test

public class TestDependencyUtil
extends junit.framework.TestCase

Author:
brianf

Constructor Summary
TestDependencyUtil()
           
 
Method Summary
protected  void setUp()
           
protected  void tearDown()
           
 void testDirectoryName()
           
 void testDirectoryName2()
           
 void testDirectoryNameSources()
           
 void testFileName()
           
 void testFileNameClassifier()
           
 void testFileNameClassifierWithFile()
           
 void testTestJar()
           
 void testTokenizer()
           
 
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

TestDependencyUtil

public TestDependencyUtil()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class junit.framework.TestCase
Throws:
Exception

tearDown

protected void tearDown()
Overrides:
tearDown in class junit.framework.TestCase

testDirectoryName

public void testDirectoryName()
                       throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testDirectoryName2

public void testDirectoryName2()
                        throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testDirectoryNameSources

public void testDirectoryNameSources()
                              throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testFileName

public void testFileName()
                  throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testTestJar

public void testTestJar()

testFileNameClassifier

public void testFileNameClassifier()
                            throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testFileNameClassifierWithFile

public void testFileNameClassifierWithFile()
                                    throws org.apache.maven.plugin.MojoExecutionException
Throws:
org.apache.maven.plugin.MojoExecutionException

testTokenizer

public void testTokenizer()


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