org.eclipse.mylyn.wikitext.core.parser.builder
Class HtmlDocumentBuilderTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.eclipse.mylyn.wikitext.core.parser.builder.HtmlDocumentBuilderTest
All Implemented Interfaces:
junit.framework.Test

public class HtmlDocumentBuilderTest
extends junit.framework.TestCase

Author:
David Green

Constructor Summary
HtmlDocumentBuilderTest()
           
 
Method Summary
 void setUp()
           
 void testAbsoluteUrlWithBase()
           
 void testCssStylesheetAsLink()
           
 void testCssStylesheetEmbedded()
           
 void testDefaultTargetForExternalLinks()
           
 void testDefaultTargetForExternalLinks2()
           
 void testDefaultTargetForInternalLinks()
           
 void testDefaultTargetForInternalLinks2()
           
 void testLinkRel()
           
 void testNoGratuitousWhitespace()
           
 void testRelativeUrlWithBase()
           
 void testRelativeUrlWithFileBase()
           
 void testStylesheetWithAttributes()
           
 void testStylesheetWithNoAttributes()
           
 void testSuppressBuiltInlineStyles()
           
 void testSuppressInlineStyles()
           
 
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

HtmlDocumentBuilderTest

public HtmlDocumentBuilderTest()
Method Detail

setUp

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

testRelativeUrlWithBase

public void testRelativeUrlWithBase()
                             throws URISyntaxException
Throws:
URISyntaxException

testAbsoluteUrlWithBase

public void testAbsoluteUrlWithBase()
                             throws URISyntaxException
Throws:
URISyntaxException

testRelativeUrlWithFileBase

public void testRelativeUrlWithFileBase()
                                 throws URISyntaxException
Throws:
URISyntaxException

testNoGratuitousWhitespace

public void testNoGratuitousWhitespace()

testCssStylesheetAsLink

public void testCssStylesheetAsLink()

testCssStylesheetEmbedded

public void testCssStylesheetEmbedded()
                               throws Exception
Throws:
Exception

testDefaultTargetForExternalLinks

public void testDefaultTargetForExternalLinks()
                                       throws Exception
Throws:
Exception

testDefaultTargetForExternalLinks2

public void testDefaultTargetForExternalLinks2()
                                        throws Exception
Throws:
Exception

testDefaultTargetForInternalLinks

public void testDefaultTargetForInternalLinks()
                                       throws Exception
Throws:
Exception

testDefaultTargetForInternalLinks2

public void testDefaultTargetForInternalLinks2()
                                        throws Exception
Throws:
Exception

testSuppressInlineStyles

public void testSuppressInlineStyles()
                              throws Exception
Throws:
Exception

testSuppressBuiltInlineStyles

public void testSuppressBuiltInlineStyles()
                                   throws Exception
Throws:
Exception

testLinkRel

public void testLinkRel()
                 throws Exception
Throws:
Exception

testStylesheetWithAttributes

public void testStylesheetWithAttributes()

testStylesheetWithNoAttributes

public void testStylesheetWithNoAttributes()


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