org.apache.maven.plugin.assembly.utils
Class LinuxLineFeedInputStreamTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.plugin.assembly.utils.LinuxLineFeedInputStreamTest
All Implemented Interfaces:
junit.framework.Test

public class LinuxLineFeedInputStreamTest
extends junit.framework.TestCase


Constructor Summary
LinuxLineFeedInputStreamTest()
           
 
Method Summary
 void testCrAtEnd()
           
 void testCrOnly()
           
 void testInTheMiddleOfTheLine()
           
 void testMultipleBlankLines()
           
 void testRetainLineFeed()
           
 void testSimpleString()
           
 void testTwoLinesAtEnd()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, tearDown, toString
 
Methods inherited from class junit.framework.Assert
assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertEquals, assertFalse, assertFalse, assertNotNull, assertNotNull, assertNotSame, assertNotSame, assertNull, assertNull, assertSame, assertSame, assertTrue, assertTrue, fail, fail, failNotEquals, failNotSame, failSame, format
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LinuxLineFeedInputStreamTest

public LinuxLineFeedInputStreamTest()
Method Detail

testSimpleString

public void testSimpleString()
                      throws Exception
Throws:
Exception

testInTheMiddleOfTheLine

public void testInTheMiddleOfTheLine()
                              throws Exception
Throws:
Exception

testCrOnly

public void testCrOnly()
                throws Exception
Throws:
Exception

testCrAtEnd

public void testCrAtEnd()
                 throws Exception
Throws:
Exception

testMultipleBlankLines

public void testMultipleBlankLines()
                            throws Exception
Throws:
Exception

testTwoLinesAtEnd

public void testTwoLinesAtEnd()
                       throws Exception
Throws:
Exception

testRetainLineFeed

public void testRetainLineFeed()
                        throws Exception
Throws:
Exception


Copyright © 2002–2015 The Apache Software Foundation. All rights reserved.