org.eclipse.mylyn.wikitext.textile.core
Class TextileLanguageTest
java.lang.Object
junit.framework.Assert
junit.framework.TestCase
org.eclipse.mylyn.wikitext.textile.core.TextileLanguageTest
- All Implemented Interfaces:
- junit.framework.Test
public class TextileLanguageTest
- extends junit.framework.TestCase
NOTE: most textile test cases can be found in MarkupParserTest
- Author:
- David Green
- See Also:
TextileLanguageTasksTest
| 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 |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
TextileLanguageTest
public TextileLanguageTest()
setUp
public void setUp()
throws java.lang.Exception
- Overrides:
setUp in class junit.framework.TestCase
- Throws:
java.lang.Exception
testIsDetectingRawHyperlinks
public void testIsDetectingRawHyperlinks()
testSimpleHeaders
public void testSimpleHeaders()
testMultilineBlockCode
public void testMultilineBlockCode()
testPhraseModifierWorksAtStartOfLine
public void testPhraseModifierWorksAtStartOfLine()
testPhraseModifierWorksAtEndOfLine
public void testPhraseModifierWorksAtEndOfLine()
testPhraseModifierSingleChar
public void testPhraseModifierSingleChar()
testPhraseModifierFalsePositives
public void testPhraseModifierFalsePositives()
testPhraseModifierFalsePositives2
public void testPhraseModifierFalsePositives2()
testBlockCodeAtEndOfDocument
public void testBlockCodeAtEndOfDocument()
testBlockCodeAtEndOfDocument2
public void testBlockCodeAtEndOfDocument2()
testPhraseModifierStrong
public void testPhraseModifierStrong()
testPhraseModifiers
public void testPhraseModifiers()
testPhraseModifiersWithNonWordCharacters
public void testPhraseModifiersWithNonWordCharacters()
testAdjacentPhraseModifiers
public void testAdjacentPhraseModifiers()
testPhraseModifiersEnclosingText
public void testPhraseModifiersEnclosingText()
testPhraseModifierCode
public void testPhraseModifierCode()
testCodeWithCurlyBrace
public void testCodeWithCurlyBrace()
testPhraseModifierCodeWithNestedMarkup
public void testPhraseModifierCodeWithNestedMarkup()
- bug 276395 Incorrect quotation characters inside code
testRelativeUrlNoBase
public void testRelativeUrlNoBase()
testGlossaryValidHtml
public void testGlossaryValidHtml()
testLineStartingWithDeletedPhraseModifier
public void testLineStartingWithDeletedPhraseModifier()
testListItemWithDeletedText
public void testListItemWithDeletedText()
testHtmlEntityEncoding
public void testHtmlEntityEncoding()
testParagraphs
public void testParagraphs()
throws java.io.IOException
- Throws:
java.io.IOException
testParagraphWithId
public void testParagraphWithId()
throws java.io.IOException
- Throws:
java.io.IOException
testParagraphWithClass
public void testParagraphWithClass()
throws java.io.IOException
- Throws:
java.io.IOException
testParagraphWithClassAndId
public void testParagraphWithClassAndId()
throws java.io.IOException
- Throws:
java.io.IOException
testParagraphWithClassAndIdAndStyle
public void testParagraphWithClassAndIdAndStyle()
throws java.io.IOException
- Throws:
java.io.IOException
testParagraphLeftAligned
public void testParagraphLeftAligned()
throws java.io.IOException
- Throws:
java.io.IOException
testParagraphWithNestedList
public void testParagraphWithNestedList()
throws java.io.IOException
- Throws:
java.io.IOException
testPreformattedDoesntMarkupContent
public void testPreformattedDoesntMarkupContent()
throws java.io.IOException
- Throws:
java.io.IOException
testHeading1
public void testHeading1()
throws java.io.IOException
- Throws:
java.io.IOException
testHeadingMultiline
public void testHeadingMultiline()
throws java.io.IOException
- Throws:
java.io.IOException
testHeading0NoHeading
public void testHeading0NoHeading()
throws java.io.IOException
- Throws:
java.io.IOException
testMultilinePreformatted
public void testMultilinePreformatted()
throws java.io.IOException
- Throws:
java.io.IOException
testBlockQuote
public void testBlockQuote()
throws java.io.IOException
- Throws:
java.io.IOException
testBlockQuoteWithCitation
public void testBlockQuoteWithCitation()
throws java.io.IOException
- Throws:
java.io.IOException
testBlockQuote_bug304765
public void testBlockQuote_bug304765()
- bug 304765
testBlockCode
public void testBlockCode()
throws java.io.IOException
- Throws:
java.io.IOException
testBlockCodeWithTabs
public void testBlockCodeWithTabs()
throws java.io.IOException
- bug 320007
- Throws:
java.io.IOException
testBlockCodeWithTabsFormatted
public void testBlockCodeWithTabsFormatted()
throws java.io.IOException
- bug 320007
- Throws:
java.io.IOException
testBlockCodeWithEmbeddedHtmlTags
public void testBlockCodeWithEmbeddedHtmlTags()
throws java.io.IOException
- Throws:
java.io.IOException
testBlockCodeWithLeadingNewline
public void testBlockCodeWithLeadingNewline()
throws java.io.IOException
- Throws:
java.io.IOException
testBlockCodeWithLeadingNewlines
public void testBlockCodeWithLeadingNewlines()
throws java.io.IOException
- Throws:
java.io.IOException
testFootnote
public void testFootnote()
throws java.io.IOException
- Throws:
java.io.IOException
testFootnoteRefNoFootnote
public void testFootnoteRefNoFootnote()
throws java.io.IOException
- Throws:
java.io.IOException
testListUnordered
public void testListUnordered()
throws java.io.IOException
- Throws:
java.io.IOException
testListUnordered2
public void testListUnordered2()
throws java.io.IOException
- Throws:
java.io.IOException
testListOrdered
public void testListOrdered()
throws java.io.IOException
- Throws:
java.io.IOException
testListNested
public void testListNested()
throws java.io.IOException
- Throws:
java.io.IOException
testListMixed
public void testListMixed()
throws java.io.IOException
- Throws:
java.io.IOException
testListNestedMixed
public void testListNestedMixed()
throws java.io.IOException
- Throws:
java.io.IOException
testListWithStyle
public void testListWithStyle()
throws java.io.IOException
- Throws:
java.io.IOException
testListNotAList
public void testListNotAList()
throws java.io.IOException
- Throws:
java.io.IOException
testTable
public void testTable()
throws java.io.IOException
- Throws:
java.io.IOException
testTable2
public void testTable2()
throws java.io.IOException
- Throws:
java.io.IOException
testTableHeader
public void testTableHeader()
throws java.io.IOException
- Throws:
java.io.IOException
testTableCellAlignment
public void testTableCellAlignment()
throws java.io.IOException
- Throws:
java.io.IOException
testTableCellColspan
public void testTableCellColspan()
throws java.io.IOException
- Throws:
java.io.IOException
testTableCellRowspan
public void testTableCellRowspan()
throws java.io.IOException
- Throws:
java.io.IOException
testTableCellColspanRowspan
public void testTableCellColspanRowspan()
throws java.io.IOException
- Throws:
java.io.IOException
testTableWithEmbeddedTextile
public void testTableWithEmbeddedTextile()
throws java.io.IOException
- Throws:
java.io.IOException
testTableWithAttributes
public void testTableWithAttributes()
throws java.io.IOException
- Throws:
java.io.IOException
testTableWithAttributes2
public void testTableWithAttributes2()
throws java.io.IOException
- Throws:
java.io.IOException
testTableWithAttributes3
public void testTableWithAttributes3()
throws java.io.IOException
- Throws:
java.io.IOException
testTableWithStyles
public void testTableWithStyles()
testTableWithStylesAndTrailingWhitespace
public void testTableWithStylesAndTrailingWhitespace()
testPhraseModifierBold
public void testPhraseModifierBold()
throws java.io.IOException
- Throws:
java.io.IOException
testPhraseModifierBoldWithId
public void testPhraseModifierBoldWithId()
throws java.io.IOException
- Throws:
java.io.IOException
testSimplePhraseModifiers
public void testSimplePhraseModifiers()
throws java.io.IOException
- Throws:
java.io.IOException
testDeletedIssue22
public void testDeletedIssue22()
testImage
public void testImage()
throws java.io.IOException
- Throws:
java.io.IOException
testImageWithAltAndTitle
public void testImageWithAltAndTitle()
throws java.io.IOException
- Throws:
java.io.IOException
testImageAlignLeft
public void testImageAlignLeft()
throws java.io.IOException
- Throws:
java.io.IOException
testImageAlignRight
public void testImageAlignRight()
throws java.io.IOException
- Throws:
java.io.IOException
testImageAlignCenter
public void testImageAlignCenter()
throws java.io.IOException
- Throws:
java.io.IOException
testImageRelative
public void testImageRelative()
throws java.io.IOException
- Throws:
java.io.IOException
testImageHyperlink
public void testImageHyperlink()
throws java.io.IOException
- Throws:
java.io.IOException
testImageHyperlinkWithAttributes
public void testImageHyperlinkWithAttributes()
throws java.io.IOException
- Throws:
java.io.IOException
testImageFalsePositiveOnMultipleExclamationMarks
public void testImageFalsePositiveOnMultipleExclamationMarks()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteral
public void testHtmlLiteral()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralSelfClosingTag
public void testHtmlLiteralSelfClosingTag()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralTwoLinesWithAnchors
public void testHtmlLiteralTwoLinesWithAnchors()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralUnclosedTag
public void testHtmlLiteralUnclosedTag()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralAdjacentTags
public void testHtmlLiteralAdjacentTags()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralAdjacentTags2
public void testHtmlLiteralAdjacentTags2()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralWithEmbeddedPhraseModifiers
public void testHtmlLiteralWithEmbeddedPhraseModifiers()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralLoneCloseTag
public void testHtmlLiteralLoneCloseTag()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralTerminatingTagWithLegalWhitespace
public void testHtmlLiteralTerminatingTagWithLegalWhitespace()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralFalsePositive
public void testHtmlLiteralFalsePositive()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralFalsePositive2
public void testHtmlLiteralFalsePositive2()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralFalsePositive3
public void testHtmlLiteralFalsePositive3()
throws java.io.IOException
- Throws:
java.io.IOException
testHtmlLiteralFalsePositive4
public void testHtmlLiteralFalsePositive4()
throws java.io.IOException
- Throws:
java.io.IOException
testEscaping
public void testEscaping()
throws java.io.IOException
- Throws:
java.io.IOException
testEscaping2
public void testEscaping2()
throws java.io.IOException
- Throws:
java.io.IOException
testEscaping3
public void testEscaping3()
throws java.io.IOException
- Throws:
java.io.IOException
testEscaping4
public void testEscaping4()
throws java.io.IOException
- Throws:
java.io.IOException
testReplacements
public void testReplacements()
throws java.io.IOException
- Throws:
java.io.IOException
testApostrophe
public void testApostrophe()
throws java.io.IOException
- Throws:
java.io.IOException
testQuotations
public void testQuotations()
throws java.io.IOException
- Throws:
java.io.IOException
testDoubleQuotations
public void testDoubleQuotations()
throws java.io.IOException
- Throws:
java.io.IOException
testDoubleQuotationsGerman
public void testDoubleQuotationsGerman()
throws java.io.IOException
- Throws:
java.io.IOException
testDoubleQuotationsInTable
public void testDoubleQuotationsInTable()
throws java.io.IOException
- Throws:
java.io.IOException
testCopyright
public void testCopyright()
throws java.io.IOException
- Throws:
java.io.IOException
testTrademark
public void testTrademark()
throws java.io.IOException
- Throws:
java.io.IOException
testRegistered
public void testRegistered()
throws java.io.IOException
- Throws:
java.io.IOException
testCopyright2
public void testCopyright2()
throws java.io.IOException
- Throws:
java.io.IOException
testRegistered2
public void testRegistered2()
throws java.io.IOException
- Throws:
java.io.IOException
testTrademark2
public void testTrademark2()
throws java.io.IOException
- Throws:
java.io.IOException
testCopyright3
public void testCopyright3()
throws java.io.IOException
- Throws:
java.io.IOException
testTrademark3
public void testTrademark3()
throws java.io.IOException
- Throws:
java.io.IOException
testRegistered3
public void testRegistered3()
throws java.io.IOException
- Throws:
java.io.IOException
testEmDash
public void testEmDash()
throws java.io.IOException
- Throws:
java.io.IOException
testEmDashAtStartOfLine
public void testEmDashAtStartOfLine()
throws java.io.IOException
- Throws:
java.io.IOException
testEmDashNegativeNoPrecedingSpace
public void testEmDashNegativeNoPrecedingSpace()
throws java.io.IOException
- Throws:
java.io.IOException
testEmDashAfterImage
public void testEmDashAfterImage()
throws java.io.IOException
- Throws:
java.io.IOException
testEnDash
public void testEnDash()
throws java.io.IOException
- Throws:
java.io.IOException
testMul
public void testMul()
throws java.io.IOException
- Throws:
java.io.IOException
testFalseMul
public void testFalseMul()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlink
public void testHyperlink()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkWithClass
public void testHyperlinkWithClass()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkWithEmphasis
public void testHyperlinkWithEmphasis()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkWithPunctuation
public void testHyperlinkWithPunctuation()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkWithBold
public void testHyperlinkWithBold()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkWithBoldWrapper
public void testHyperlinkWithBoldWrapper()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkWithBoldWrapper2
public void testHyperlinkWithBoldWrapper2()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkTail
public void testHyperlinkTail()
throws java.io.IOException
- Throws:
java.io.IOException
testHyperlinkRelative
public void testHyperlinkRelative()
throws java.io.IOException
- Throws:
java.io.IOException
testAcronym
public void testAcronym()
throws java.io.IOException
- Throws:
java.io.IOException
testAcronym2
public void testAcronym2()
throws java.io.IOException
- Throws:
java.io.IOException
testAcronym3
public void testAcronym3()
throws java.io.IOException
- Throws:
java.io.IOException
testAcronymNegative
public void testAcronymNegative()
throws java.io.IOException
- Throws:
java.io.IOException
testAcronymBug240743
public void testAcronymBug240743()
- test for bug# 240743
testGlossary
public void testGlossary()
throws java.io.IOException
- Throws:
java.io.IOException
testGlossaryWithStyle
public void testGlossaryWithStyle()
throws java.io.IOException
- Throws:
java.io.IOException
testTableOfContents
public void testTableOfContents()
throws java.io.IOException
- Throws:
java.io.IOException
testTableOfContentsWithMaxLevel
public void testTableOfContentsWithMaxLevel()
throws java.io.IOException
- Throws:
java.io.IOException
testExtendedBlockQuote
public void testExtendedBlockQuote()
testExtendedBlockCode
public void testExtendedBlockCode()
testExtendedBlockCode2
public void testExtendedBlockCode2()
testExtendedPre
public void testExtendedPre()
testParagraphWithLeadingSpace
public void testParagraphWithLeadingSpace()
testParagraphWithLeadingSpace2
public void testParagraphWithLeadingSpace2()
testParagraphsWithLineThatHasWhitespaceInDelimitingLine
public void testParagraphsWithLineThatHasWhitespaceInDelimitingLine()
testBug50XHTMLCompliance
public void testBug50XHTMLCompliance()
throws java.lang.Exception
- Throws:
java.lang.Exception
testBug50NoXHTMLCompliance
public void testBug50NoXHTMLCompliance()
throws java.lang.Exception
- Throws:
java.lang.Exception
testNamedLinks
public void testNamedLinks()
testXmlEscaping
public void testXmlEscaping()
testHtmlEscaping
public void testHtmlEscaping()
testFootnoteReferenceLexicalPosition
public void testFootnoteReferenceLexicalPosition()
testBoldItalicsBold
public void testBoldItalicsBold()
testItalicsBold
public void testItalicsBold()
testBoldItalics
public void testBoldItalics()
testNestedPhraseModifiersLexicalPosition
public void testNestedPhraseModifiersLexicalPosition()
testMarkupContainingCDATA
public void testMarkupContainingCDATA()
Copyright © 2010 FuseSource, Corp.. All Rights Reserved.