org.apache.maven.plugin.dependency.utils.translators
Class TestClassifierTypeTranslator

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.codehaus.plexus.PlexusTestCase
              extended by org.apache.maven.plugin.testing.AbstractMojoTestCase
                  extended by org.apache.maven.plugin.dependency.AbstractDependencyMojoTestCase
                      extended by org.apache.maven.plugin.dependency.utils.translators.TestClassifierTypeTranslator
All Implemented Interfaces:
junit.framework.Test

public class TestClassifierTypeTranslator
extends AbstractDependencyMojoTestCase

Author:
brianf

Field Summary
 
Fields inherited from class org.apache.maven.plugin.dependency.AbstractDependencyMojoTestCase
stubFactory, testDir
 
Fields inherited from class org.codehaus.plexus.PlexusTestCase
basedir, container
 
Constructor Summary
TestClassifierTypeTranslator()
           
 
Method Summary
 void doTestNullEmptyClassifier(String classifier)
           
 void doTestNullEmptyType(String type)
           
protected  void setUp()
           
 void testClassifierAndType()
           
 void testEmptyClassifier()
           
 void testEmptyType()
           
 void testGetterSetter()
           
 void testNullClassifier()
           
 void testNullType()
           
 
Methods inherited from class org.apache.maven.plugin.dependency.AbstractDependencyMojoTestCase
setUp, tearDown
 
Methods inherited from class org.apache.maven.plugin.testing.AbstractMojoTestCase
configureMojo, configureMojo, extractPluginConfiguration, extractPluginConfiguration, getVariablesAndValuesFromObject, getVariablesAndValuesFromObject, getVariableValueFromObject, lookupEmptyMojo, lookupEmptyMojo, lookupMojo, lookupMojo, lookupMojo, setVariableValueToObject
 
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
 
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

TestClassifierTypeTranslator

public TestClassifierTypeTranslator()
Method Detail

setUp

protected void setUp()
              throws Exception
Overrides:
setUp in class org.apache.maven.plugin.testing.AbstractMojoTestCase
Throws:
Exception

testNullClassifier

public void testNullClassifier()

testEmptyClassifier

public void testEmptyClassifier()

doTestNullEmptyClassifier

public void doTestNullEmptyClassifier(String classifier)

testNullType

public void testNullType()

testEmptyType

public void testEmptyType()

doTestNullEmptyType

public void doTestNullEmptyType(String type)

testClassifierAndType

public void testClassifierAndType()

testGetterSetter

public void testGetterSetter()


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