Class SimpleRelocatorTest

java.lang.Object
org.apache.maven.plugins.shade.relocation.SimpleRelocatorTest

public class SimpleRelocatorTest extends Object
Test for SimpleRelocator.
Author:
Benjamin Bentmann
  • Constructor Details

    • SimpleRelocatorTest

      public SimpleRelocatorTest()
  • Method Details

    • 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()