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

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

public class WindowsLineFeedInputStreamTest
extends junit.framework.TestCase


Constructor Summary
WindowsLineFeedInputStreamTest()
           
 
Method Summary
 void testInTheMiddleOfTheLine()
           
 void testLinuxLinefeeds()
           
 void testMalformed()
           
 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

WindowsLineFeedInputStreamTest

public WindowsLineFeedInputStreamTest()
Method Detail

testSimpleString

public void testSimpleString()
                      throws Exception
Throws:
Exception

testInTheMiddleOfTheLine

public void testInTheMiddleOfTheLine()
                              throws Exception
Throws:
Exception

testMultipleBlankLines

public void testMultipleBlankLines()
                            throws Exception
Throws:
Exception

testTwoLinesAtEnd

public void testTwoLinesAtEnd()
                       throws Exception
Throws:
Exception

testLinuxLinefeeds

public void testLinuxLinefeeds()
                        throws Exception
Throws:
Exception

testMalformed

public void testMalformed()
                   throws Exception
Throws:
Exception

testRetainLineFeed

public void testRetainLineFeed()
                        throws Exception
Throws:
Exception


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