Class SimpleRelocatorTest
- java.lang.Object
-
- org.apache.maven.plugins.shade.relocation.SimpleRelocatorTest
-
public class SimpleRelocatorTest extends java.lang.Object
Test forSimpleRelocator
.- Author:
- Benjamin Bentmann
-
-
Constructor Summary
Constructors Constructor Description SimpleRelocatorTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testCanRelocateAbsClassPath()
void
testCanRelocateAbsClassPathWithExcludes()
void
testCanRelocateAbsClassPathWithIncludes()
void
testCanRelocateClass()
void
testCanRelocatePath()
void
testCanRelocateRawString()
void
testNoNpeRelocateClass()
void
testRelocateClass()
void
testRelocateMavenFiles()
void
testRelocatePath()
void
testRelocateRawString()
void
testRelocateSourceWithExcludes()
void
testRelocateSourceWithExcludesRaw()
-
-
-
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()
-
-