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

public class SimpleRelocatorTest
extends TestCase

Test for SimpleRelocator.

Version:
$Id: SimpleRelocatorTest.java 1342979 2012-05-26 22:05:45Z bimargulies $
Author:
Benjamin Bentmann

Constructor Summary
SimpleRelocatorTest()
           
 
Method Summary
 void testCanRelocateAbsClassPath()
           
 void testCanRelocateClass()
           
 void testCanRelocatePath()
           
 void testCanRelocateRawString()
           
 void testRelocateClass()
           
 void testRelocatePath()
           
 void testRelocateRawString()
           
 
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, format
 
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()

testCanRelocateRawString

public void testCanRelocateRawString()

testCanRelocateAbsClassPath

public void testCanRelocateAbsClassPath()

testRelocatePath

public void testRelocatePath()

testRelocateClass

public void testRelocateClass()

testRelocateRawString

public void testRelocateRawString()


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