Class SimpleRelocatorParameterTest
- java.lang.Object
-
- org.apache.maven.plugins.shade.relocation.SimpleRelocatorParameterTest
-
public class SimpleRelocatorParameterTest extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description SimpleRelocatorParameterTest()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
testThatNullPatternInConstructorShouldNotThrowNullPointerException()
void
testThatNullShadedPatternInConstructorShouldNotThrowNullPointerException()
-
-
-
Method Detail
-
testThatNullPatternInConstructorShouldNotThrowNullPointerException
public void testThatNullPatternInConstructorShouldNotThrowNullPointerException()
-
testThatNullShadedPatternInConstructorShouldNotThrowNullPointerException
public void testThatNullShadedPatternInConstructorShouldNotThrowNullPointerException()
-
-