Class ApacheNoticeResourceTransformerParameterTests
- java.lang.Object
-
- org.apache.maven.plugins.shade.resource.ApacheNoticeResourceTransformerParameterTests
-
public class ApacheNoticeResourceTransformerParameterTests extends java.lang.ObjectTestsApacheLicenseResourceTransformerparameters.
-
-
Constructor Summary
Constructors Constructor Description ApacheNoticeResourceTransformerParameterTests()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidsetUp()voidtestNoParametersShouldNotThrowNullPointerWhenLineIsEmpty()voidtestNoParametersShouldNotThrowNullPointerWhenLineIsSlashSlash()voidtestNoParametersShouldNotThrowNullPointerWhenLineStartsWithSlashSlash()voidtestNoParametersShouldNotThrowNullPointerWhenNoInput()voidtestNoParametersShouldNotThrowNullPointerWhenNoLinesOfInput()voidtestNoParametersShouldNotThrowNullPointerWhenOneLineOfInput()voidtestNoParametersShouldNotThrowNullPointerWhenTwoLinesOfInput()
-
-
-
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
-
-