org.eclipse.mylyn.wikitext.tracwiki.core
Class TracWikiLanguageTest

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

public class TracWikiLanguageTest
extends junit.framework.TestCase

Author:
David Green

Constructor Summary
TracWikiLanguageTest()
           
 
Method Summary
 void setUp()
           
 void testBold()
           
 void testBoldEscaped()
           
 void testBoldItalic()
           
 void testChangesetLink()
           
 void testChangesetLinkNegativeMatch()
           
 void testDeleted_AtEndOfLine()
           
 void testDeleted_AtStartOfLine()
           
 void testDeleted()
           
 void testDeleted2()
           
 void testDeleted3()
           
 void testEscapedWithBacktick()
           
 void testEscapedWithCurlys()
           
 void testHeadingBreakingPara()
           
 void testHeadings()
           
 void testHyperlink()
           
 void testHyperlinkWithoutTitle()
           
 void testHyperlinkWithTitle()
           
 void testInternalHyperlinkWithoutTitle()
           
 void testInternalHyperlinkWithTitle()
           
 void testIsDetectingRawHyperlinks()
           
 void testItalic()
           
 void testItalic2()
           
 void testLineBreak()
           
 void testListNested()
           
 void testListNestedMixed()
           
 void testListNumericWithBulleted()
           
 void testListOrdered()
           
 void testListOrderedBug265015()
           
 void testListOrderedStartAt2()
           
 void testListUnordered()
           
 void testListUnorderedWithHyphens()
           
 void testMilestoneLink()
           
 void testMilestoneLinkNegativeMatch()
           
 void testParagraphs()
           
 void testPreformatted()
           
 void testPreformattedInline()
           
 void testPreformattedInline2()
           
 void testPreformattedInline3()
           
 void testPreformattedNextToPara()
           
 void testQuoteBlock()
           
 void testQuoteBlockFollowingPara()
           
 void testQuoteBlockWithSpaces()
           
 void testReportLink()
           
 void testReportLinkNegativeMatch()
           
 void testRevisionLogLink()
           
 void testRevisionLogLinkNegativeMatch()
           
 void testSourceLink()
           
 void testSourceLinkNegativeMatch()
           
 void testSubscript()
           
 void testSuperscript()
           
 void testTableBlock()
           
 void testTicketAttachmentLink()
           
 void testTicketAttachmentLinkNegativeMatch()
           
 void testTicketLink()
           
 void testTicketLinkNegativeMatch()
           
 void testTicketLinkWithComment()
           
 void testTicketLinkWithCommentNegativeMatch()
           
 void testUnderlined()
           
 void testWikiColon()
           
 void testWikiWord()
           
 void testWikiWordAtLineEnd()
           
 void testWikiWordAtLineStart()
           
 void testWikiWordDisabled()
           
 void testWikiWordEscaped()
           
 void testWikiWordNegativeMatch()
           
 void testWikiWordNoAutolink()
           
 
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

TracWikiLanguageTest

public TracWikiLanguageTest()
Method Detail

setUp

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

testIsDetectingRawHyperlinks

public void testIsDetectingRawHyperlinks()

testParagraphs

public void testParagraphs()
                    throws IOException
Throws:
IOException

testBoldItalic

public void testBoldItalic()

testBold

public void testBold()

testBoldEscaped

public void testBoldEscaped()

testItalic

public void testItalic()

testItalic2

public void testItalic2()

testDeleted

public void testDeleted()

testDeleted2

public void testDeleted2()

testDeleted3

public void testDeleted3()

testDeleted_AtStartOfLine

public void testDeleted_AtStartOfLine()

testDeleted_AtEndOfLine

public void testDeleted_AtEndOfLine()

testUnderlined

public void testUnderlined()

testSuperscript

public void testSuperscript()

testSubscript

public void testSubscript()

testEscapedWithBacktick

public void testEscapedWithBacktick()

testEscapedWithCurlys

public void testEscapedWithCurlys()

testHeadings

public void testHeadings()

testHeadingBreakingPara

public void testHeadingBreakingPara()

testLineBreak

public void testLineBreak()

testListUnordered

public void testListUnordered()
                       throws IOException
Throws:
IOException

testListUnorderedWithHyphens

public void testListUnorderedWithHyphens()
                                  throws IOException
Throws:
IOException

testListOrdered

public void testListOrdered()
                     throws IOException
Throws:
IOException

testListOrderedStartAt2

public void testListOrderedStartAt2()
                             throws IOException
Throws:
IOException

testListOrderedBug265015

public void testListOrderedBug265015()
                              throws IOException
Throws:
IOException

testListNested

public void testListNested()
                    throws IOException
Throws:
IOException

testListNestedMixed

public void testListNestedMixed()
                         throws IOException
Throws:
IOException

testListNumericWithBulleted

public void testListNumericWithBulleted()

testPreformatted

public void testPreformatted()
                      throws IOException
Throws:
IOException

testPreformattedNextToPara

public void testPreformattedNextToPara()
                                throws IOException
Throws:
IOException

testPreformattedInline

public void testPreformattedInline()
                            throws IOException
Throws:
IOException

testPreformattedInline2

public void testPreformattedInline2()
                             throws IOException
Throws:
IOException

testPreformattedInline3

public void testPreformattedInline3()
                             throws IOException
Throws:
IOException

testQuoteBlock

public void testQuoteBlock()
                    throws IOException
Throws:
IOException

testQuoteBlockFollowingPara

public void testQuoteBlockFollowingPara()
                                 throws IOException
Throws:
IOException

testQuoteBlockWithSpaces

public void testQuoteBlockWithSpaces()
                              throws IOException
Throws:
IOException

testTableBlock

public void testTableBlock()

testHyperlink

public void testHyperlink()

testHyperlinkWithTitle

public void testHyperlinkWithTitle()

testHyperlinkWithoutTitle

public void testHyperlinkWithoutTitle()

testInternalHyperlinkWithTitle

public void testInternalHyperlinkWithTitle()

testInternalHyperlinkWithoutTitle

public void testInternalHyperlinkWithoutTitle()

testWikiWord

public void testWikiWord()

testWikiWordDisabled

public void testWikiWordDisabled()

testWikiColon

public void testWikiColon()

testWikiWordNegativeMatch

public void testWikiWordNegativeMatch()

testWikiWordAtLineStart

public void testWikiWordAtLineStart()

testWikiWordAtLineEnd

public void testWikiWordAtLineEnd()

testWikiWordNoAutolink

public void testWikiWordNoAutolink()

testWikiWordEscaped

public void testWikiWordEscaped()

testTicketLink

public void testTicketLink()

testTicketLinkNegativeMatch

public void testTicketLinkNegativeMatch()

testTicketLinkWithComment

public void testTicketLinkWithComment()

testTicketLinkWithCommentNegativeMatch

public void testTicketLinkWithCommentNegativeMatch()

testReportLink

public void testReportLink()

testReportLinkNegativeMatch

public void testReportLinkNegativeMatch()

testChangesetLink

public void testChangesetLink()

testChangesetLinkNegativeMatch

public void testChangesetLinkNegativeMatch()

testRevisionLogLink

public void testRevisionLogLink()

testRevisionLogLinkNegativeMatch

public void testRevisionLogLinkNegativeMatch()

testMilestoneLink

public void testMilestoneLink()

testMilestoneLinkNegativeMatch

public void testMilestoneLinkNegativeMatch()

testTicketAttachmentLink

public void testTicketAttachmentLink()

testTicketAttachmentLinkNegativeMatch

public void testTicketAttachmentLinkNegativeMatch()

testSourceLink

public void testSourceLink()

testSourceLinkNegativeMatch

public void testSourceLinkNegativeMatch()


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