org.eclipse.mylyn.wikitext.mediawiki.core
Class MediaWikiLanguageTest

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

public class MediaWikiLanguageTest
extends junit.framework.TestCase

Author:
David Green

Constructor Summary
MediaWikiLanguageTest()
           
 
Method Summary
 void setUp()
           
 void testBold()
           
 void testBoldItalic()
           
 void testCloneTemplateExcludes()
           
 void testComputeOutline()
           
 void testDefinitionList()
           
 void testDefinitionList2()
           
 void testDefinitionList3()
           
 void testDefinitionListIndenting()
           
 void testEntityReference()
           
 void testHeadings()
           
 void testHeadingsWithPara()
           
 void testHorizontalRule()
           
 void testHtmlComment()
           
 void testHtmlTags()
           
 void testHyperlinkExternal()
           
 void testHyperlinkExternalWithAltText()
           
 void testHyperlinkExternalWithAltText2()
           
 void testHyperlinkImplied()
           
 void testHyperlinkInternal()
           
 void testHyperlinkInternalPiped()
           
 void testHyperlinkInternalWithSpaces()
           
 void testHyperlinkQualifiedInternal()
           
 void testImage()
           
 void testImageWithAltText()
           
 void testImageWithAltText2()
           
 void testImageWithAltTextAndHeightWidth()
           
 void testImageWithAltTextAndOptions()
           
 void testImageWithAltTextAndWidth()
           
 void testImageWithLinkInCaption()
           
 void testImageWithLinkInCaptionThumbnail()
           
 void testImageWithTitle()
           
 void testIndented()
           
 void testIsDetectingRawHyperlinks()
           
 void testItalic()
           
 void testLinkInternalCategoryReference()
           
 void testLinkInternalPageAnchorReference()
           
 void testLinkInternalPageReference()
           
 void testLinkInternalPageReferenceWithAltText()
           
 void testListMixed()
           
 void testListNested()
           
 void testListNestedMixed()
           
 void testListOrdered()
           
 void testListOrderedWithContinuation()
           
 void testListOrderedWithContinuationToDocBook()
           
 void testListUnordered()
           
 void testNowiki()
           
 void testParagraph()
           
 void testParagraphBreaksOnHeading()
           
 void testParagraphBreaksOnPreformatted()
           
 void testPreformatted()
           
 void testPreformattedWithTag()
           
 void testPreformattedWithTagStartEndOnSameLine()
           
 void testPreformattedWithTagStartEndOnSameLine2()
           
 void testPreformattedWithTagStartEndOnSameLine3()
           
 void testTable()
           
 void testTable2()
           
 void testTableHeadings()
           
 void testTableHeadingsMixed()
           
 void testTableIncomplete()
           
 void testTableIncomplete2()
           
 void testTableLexicalOffsets()
           
 void testTableOfContents_WithTextFollowingTOC()
           
 void testTableOfContents()
           
 void testTableOptions()
           
 void testTableWithSyntax()
           
 void testTemplateEmDash()
           
 void testTemplateEnDash()
           
 
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

MediaWikiLanguageTest

public MediaWikiLanguageTest()
Method Detail

setUp

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

testIsDetectingRawHyperlinks

public void testIsDetectingRawHyperlinks()

testParagraph

public void testParagraph()

testNowiki

public void testNowiki()

testBoldItalic

public void testBoldItalic()

testBold

public void testBold()

testItalic

public void testItalic()

testHeadings

public void testHeadings()

testHeadingsWithPara

public void testHeadingsWithPara()

testHorizontalRule

public void testHorizontalRule()

testListUnordered

public void testListUnordered()
                       throws IOException
Throws:
IOException

testListOrdered

public void testListOrdered()
                     throws IOException
Throws:
IOException

testListOrderedWithContinuation

public void testListOrderedWithContinuation()
                                     throws IOException
Throws:
IOException

testListOrderedWithContinuationToDocBook

public void testListOrderedWithContinuationToDocBook()
                                              throws IOException
Throws:
IOException

testListNested

public void testListNested()
                    throws IOException
Throws:
IOException

testListMixed

public void testListMixed()
                   throws IOException
Throws:
IOException

testListNestedMixed

public void testListNestedMixed()
                         throws IOException
Throws:
IOException

testDefinitionList

public void testDefinitionList()

testDefinitionList2

public void testDefinitionList2()

testDefinitionList3

public void testDefinitionList3()

testIndented

public void testIndented()

testPreformatted

public void testPreformatted()

testPreformattedWithTag

public void testPreformattedWithTag()

testPreformattedWithTagStartEndOnSameLine

public void testPreformattedWithTagStartEndOnSameLine()

testPreformattedWithTagStartEndOnSameLine3

public void testPreformattedWithTagStartEndOnSameLine3()

testPreformattedWithTagStartEndOnSameLine2

public void testPreformattedWithTagStartEndOnSameLine2()

testHtmlTags

public void testHtmlTags()

testHtmlComment

public void testHtmlComment()

testLinkInternalPageReference

public void testLinkInternalPageReference()

testLinkInternalPageAnchorReference

public void testLinkInternalPageAnchorReference()

testLinkInternalPageReferenceWithAltText

public void testLinkInternalPageReferenceWithAltText()

testLinkInternalCategoryReference

public void testLinkInternalCategoryReference()

testHyperlinkImplied

public void testHyperlinkImplied()

testHyperlinkInternal

public void testHyperlinkInternal()

testHyperlinkQualifiedInternal

public void testHyperlinkQualifiedInternal()

testHyperlinkInternalPiped

public void testHyperlinkInternalPiped()

testHyperlinkInternalWithSpaces

public void testHyperlinkInternalWithSpaces()

testHyperlinkExternal

public void testHyperlinkExternal()

testHyperlinkExternalWithAltText

public void testHyperlinkExternalWithAltText()

testHyperlinkExternalWithAltText2

public void testHyperlinkExternalWithAltText2()

testImage

public void testImage()

testImageWithAltText

public void testImageWithAltText()

testImageWithAltText2

public void testImageWithAltText2()

testImageWithAltTextAndOptions

public void testImageWithAltTextAndOptions()

testImageWithAltTextAndHeightWidth

public void testImageWithAltTextAndHeightWidth()

testImageWithAltTextAndWidth

public void testImageWithAltTextAndWidth()

testImageWithLinkInCaption

public void testImageWithLinkInCaption()

testImageWithLinkInCaptionThumbnail

public void testImageWithLinkInCaptionThumbnail()

testImageWithTitle

public void testImageWithTitle()

testTable

public void testTable()

testTable2

public void testTable2()

testTableHeadings

public void testTableHeadings()

testTableHeadingsMixed

public void testTableHeadingsMixed()

testTableLexicalOffsets

public void testTableLexicalOffsets()

testTableIncomplete

public void testTableIncomplete()

testTableIncomplete2

public void testTableIncomplete2()

testTableWithSyntax

public void testTableWithSyntax()

testTableOptions

public void testTableOptions()

testEntityReference

public void testEntityReference()

testTemplateEnDash

public void testTemplateEnDash()

testTemplateEmDash

public void testTemplateEmDash()

testDefinitionListIndenting

public void testDefinitionListIndenting()

testParagraphBreaksOnPreformatted

public void testParagraphBreaksOnPreformatted()

testParagraphBreaksOnHeading

public void testParagraphBreaksOnHeading()

testComputeOutline

public void testComputeOutline()
                        throws IOException
Throws:
IOException

testCloneTemplateExcludes

public void testCloneTemplateExcludes()

testTableOfContents

public void testTableOfContents()
                         throws IOException
Throws:
IOException

testTableOfContents_WithTextFollowingTOC

public void testTableOfContents_WithTextFollowingTOC()
                                              throws IOException
Throws:
IOException


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