Class SimpleRelocatorTest


  • public class SimpleRelocatorTest
    extends java.lang.Object
    Test for SimpleRelocator.
    Author:
    Benjamin Bentmann
    • Constructor Detail

      • SimpleRelocatorTest

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