Class SimpleRelocatorTest
- java.lang.Object
-
- org.apache.maven.plugins.shade.relocation.SimpleRelocatorTest
-
public class SimpleRelocatorTest extends java.lang.ObjectTest forSimpleRelocator.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description SimpleRelocatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidtestCanRelocateAbsClassPath()voidtestCanRelocateAbsClassPathWithExcludes()voidtestCanRelocateAbsClassPathWithIncludes()voidtestCanRelocateClass()voidtestCanRelocatePath()voidtestCanRelocateRawString()voidtestNoNpeRelocateClass()voidtestRelocateClass()voidtestRelocateMavenFiles()voidtestRelocatePath()voidtestRelocateRawString()voidtestRelocateSourceWithExcludes()voidtestRelocateSourceWithExcludesRaw()
-
-
-
Method Detail
-
testNoNpeRelocateClass
public void testNoNpeRelocateClass()
-
testCanRelocatePath
public void testCanRelocatePath()
-
testCanRelocateClass
public void testCanRelocateClass()
-
testCanRelocateRawString
public void testCanRelocateRawString()
-
testCanRelocateAbsClassPath
public void testCanRelocateAbsClassPath()
-
testCanRelocateAbsClassPathWithExcludes
public void testCanRelocateAbsClassPathWithExcludes()
-
testCanRelocateAbsClassPathWithIncludes
public void testCanRelocateAbsClassPathWithIncludes()
-
testRelocatePath
public void testRelocatePath()
-
testRelocateClass
public void testRelocateClass()
-
testRelocateRawString
public void testRelocateRawString()
-
testRelocateMavenFiles
public void testRelocateMavenFiles()
-
testRelocateSourceWithExcludesRaw
public void testRelocateSourceWithExcludesRaw()
-
testRelocateSourceWithExcludes
public void testRelocateSourceWithExcludes()
-
-