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:
Test

public class TestDependencyUtil
extends 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 TestCase
Throws:
Exception

tearDown

protected void tearDown()
Overrides:
tearDown in class TestCase

testDirectoryName

public void testDirectoryName()
                       throws MojoExecutionException
Throws:
MojoExecutionException

testDirectoryName2

public void testDirectoryName2()
                        throws MojoExecutionException
Throws:
MojoExecutionException

testDirectoryNameSources

public void testDirectoryNameSources()
                              throws MojoExecutionException
Throws:
MojoExecutionException

testFileName

public void testFileName()
                  throws MojoExecutionException
Throws:
MojoExecutionException

testTestJar

public void testTestJar()

testFileNameClassifier

public void testFileNameClassifier()
                            throws MojoExecutionException
Throws:
MojoExecutionException

testFileNameClassifierWithFile

public void testFileNameClassifierWithFile()
                                    throws MojoExecutionException
Throws:
MojoExecutionException

testTokenizer

public void testTokenizer()


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