Class ApacheNoticeResourceTransformerParameterTests
- java.lang.Object
-
- org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformerParameterTests
-
public class ApacheNoticeResourceTransformerParameterTests extends java.lang.Object
TestsApacheLicenseResourceTransformer
parameters.
-
-
Constructor Summary
Constructors Constructor Description ApacheNoticeResourceTransformerParameterTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setUp()
void
testNoParametersShouldNotThrowNullPointerWhenLineIsEmpty()
void
testNoParametersShouldNotThrowNullPointerWhenLineIsSlashSlash()
void
testNoParametersShouldNotThrowNullPointerWhenLineStartsWithSlashSlash()
void
testNoParametersShouldNotThrowNullPointerWhenNoInput()
void
testNoParametersShouldNotThrowNullPointerWhenNoLinesOfInput()
void
testNoParametersShouldNotThrowNullPointerWhenOneLineOfInput()
void
testNoParametersShouldNotThrowNullPointerWhenTwoLinesOfInput()
-
-
-
Method Detail
-
setUp
public void setUp()
-
testNoParametersShouldNotThrowNullPointerWhenNoInput
public void testNoParametersShouldNotThrowNullPointerWhenNoInput() throws java.io.IOException
- Throws:
java.io.IOException
-
testNoParametersShouldNotThrowNullPointerWhenNoLinesOfInput
public void testNoParametersShouldNotThrowNullPointerWhenNoLinesOfInput() throws java.io.IOException
- Throws:
java.io.IOException
-
testNoParametersShouldNotThrowNullPointerWhenOneLineOfInput
public void testNoParametersShouldNotThrowNullPointerWhenOneLineOfInput() throws java.io.IOException
- Throws:
java.io.IOException
-
testNoParametersShouldNotThrowNullPointerWhenTwoLinesOfInput
public void testNoParametersShouldNotThrowNullPointerWhenTwoLinesOfInput() throws java.io.IOException
- Throws:
java.io.IOException
-
testNoParametersShouldNotThrowNullPointerWhenLineStartsWithSlashSlash
public void testNoParametersShouldNotThrowNullPointerWhenLineStartsWithSlashSlash() throws java.io.IOException
- Throws:
java.io.IOException
-
testNoParametersShouldNotThrowNullPointerWhenLineIsSlashSlash
public void testNoParametersShouldNotThrowNullPointerWhenLineIsSlashSlash() throws java.io.IOException
- Throws:
java.io.IOException
-
testNoParametersShouldNotThrowNullPointerWhenLineIsEmpty
public void testNoParametersShouldNotThrowNullPointerWhenLineIsEmpty() throws java.io.IOException
- Throws:
java.io.IOException
-
-