org.eclipse.mylyn.internal.wikitext.ui.viewer
Class HtmlTextPresentationParserTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylyn.internal.wikitext.ui.viewer.HtmlTextPresentationParserTest
All Implemented Interfaces:
junit.framework.Test

public class HtmlTextPresentationParserTest
extends junit.framework.TestCase

Author:
David Green

Constructor Summary
HtmlTextPresentationParserTest()
           
 
Method Summary
 void setUp()
           
 void testAdjacentElementsSeparatedByWhitespace()
           
 void testBlockQuoteParaWhitespace()
           
 void testBR()
           
 void testDefinitionList()
           
 void testNonParaText()
           
 void testOrderedListBlockHandling()
           
 void testOrderedListBlockHandling2()
           
 void testParagraphBlockHandling()
           
 void testParagraphBlockHandlingWithBR()
           
 void testParagraphBlockHandlingWithBR2()
           
 void testSignificantWhitespaceLossBug236367()
          Test for bug# 236367
 void testUnorderedListBlockHandling()
           
 void testWhitespaceAfterEmdash()
           
 void testWhitespaceAfterTable()
           
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, 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

HtmlTextPresentationParserTest

public HtmlTextPresentationParserTest()
Method Detail

setUp

public void setUp()
Overrides:
setUp in class junit.framework.TestCase

testAdjacentElementsSeparatedByWhitespace

public void testAdjacentElementsSeparatedByWhitespace()
                                               throws Exception
Throws:
Exception

testSignificantWhitespaceLossBug236367

public void testSignificantWhitespaceLossBug236367()
                                            throws SAXException,
                                                   IOException
Test for bug# 236367

Throws:
SAXException
IOException

testOrderedListBlockHandling

public void testOrderedListBlockHandling()
                                  throws Exception
Throws:
Exception

testOrderedListBlockHandling2

public void testOrderedListBlockHandling2()
                                   throws Exception
Throws:
Exception

testUnorderedListBlockHandling

public void testUnorderedListBlockHandling()
                                    throws Exception
Throws:
Exception

testParagraphBlockHandling

public void testParagraphBlockHandling()
                                throws Exception
Throws:
Exception

testParagraphBlockHandlingWithBR

public void testParagraphBlockHandlingWithBR()
                                      throws Exception
Throws:
Exception

testParagraphBlockHandlingWithBR2

public void testParagraphBlockHandlingWithBR2()
                                       throws Exception
Throws:
Exception

testDefinitionList

public void testDefinitionList()
                        throws Exception
Throws:
Exception

testNonParaText

public void testNonParaText()
                     throws Exception
Throws:
Exception

testBlockQuoteParaWhitespace

public void testBlockQuoteParaWhitespace()
                                  throws Exception
Throws:
Exception

testBR

public void testBR()
            throws Exception
Throws:
Exception

testWhitespaceAfterTable

public void testWhitespaceAfterTable()
                              throws Exception
Throws:
Exception

testWhitespaceAfterEmdash

public void testWhitespaceAfterEmdash()
                               throws Exception
Throws:
Exception


Copyright © 2011 FuseSource, Corp.. All Rights Reserved.