org.apache.maven.plugins.shade.relocation
Class SimpleRelocatorTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugins.shade.relocation.SimpleRelocatorTest
All Implemented Interfaces:
junit.framework.Test

public class SimpleRelocatorTest
extends junit.framework.TestCase

Test for SimpleRelocator.

Version:
$Id: SimpleRelocatorTest.html 816640 2012-05-08 13:29:31Z hboutemy $
Author:
Benjamin Bentmann

Constructor Summary
SimpleRelocatorTest()
           
 
Method Summary
 void testCanRelocateClass()
           
 void testCanRelocatePath()
           
 void testRelocateClass()
           
 void testRelocatePath()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimpleRelocatorTest

public SimpleRelocatorTest()
Method Detail

testCanRelocatePath

public void testCanRelocatePath()

testCanRelocateClass

public void testCanRelocateClass()

testRelocatePath

public void testRelocatePath()

testRelocateClass

public void testRelocateClass()


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