org.apache.maven.plugin.assembly.interpolation
Class AssemblyInterpolatorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.assembly.interpolation.AssemblyInterpolatorTest
All Implemented Interfaces:
junit.framework.Test

public class AssemblyInterpolatorTest
extends junit.framework.TestCase


Constructor Summary
AssemblyInterpolatorTest()
           
 
Method Summary
 void setUp()
           
 void testDependencySetOutputDirectoryIsNotInterpolated()
           
 void testDependencySetOutputFileNameMappingsAreNotInterpolated()
           
 void testShouldInterpolateMultiDotProjectExpression()
           
 void testShouldNotTouchUnresolvedExpression()
           
 void testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId()
           
 void testShouldResolveModelGroupIdInAssemblyId()
           
 void testShouldResolveModelPropertyBeforeModelGroupIdInAssemblyId()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, tearDown, 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, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AssemblyInterpolatorTest

public AssemblyInterpolatorTest()
Method Detail

setUp

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

testDependencySetOutputFileNameMappingsAreNotInterpolated

public void testDependencySetOutputFileNameMappingsAreNotInterpolated()
                                                               throws IOException,
                                                                      AssemblyInterpolationException
Throws:
IOException
AssemblyInterpolationException

testDependencySetOutputDirectoryIsNotInterpolated

public void testDependencySetOutputDirectoryIsNotInterpolated()
                                                       throws IOException,
                                                              AssemblyInterpolationException
Throws:
IOException
AssemblyInterpolationException

testShouldResolveModelGroupIdInAssemblyId

public void testShouldResolveModelGroupIdInAssemblyId()
                                               throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException

testShouldResolveModelPropertyBeforeModelGroupIdInAssemblyId

public void testShouldResolveModelPropertyBeforeModelGroupIdInAssemblyId()
                                                                  throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException

testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId

public void testShouldResolveContextValueBeforeModelPropertyOrModelGroupIdInAssemblyId()
                                                                                throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException

testShouldNotTouchUnresolvedExpression

public void testShouldNotTouchUnresolvedExpression()
                                            throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException

testShouldInterpolateMultiDotProjectExpression

public void testShouldInterpolateMultiDotProjectExpression()
                                                    throws AssemblyInterpolationException
Throws:
AssemblyInterpolationException


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