org.apache.maven.doxia.sink
Class SinkAdapterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by org.apache.maven.doxia.sink.SinkAdapterTest
All Implemented Interfaces:
junit.framework.Test

public class SinkAdapterTest
extends junit.framework.TestCase

Author:
ltheussl

Constructor Summary
SinkAdapterTest()
           
 
Method Summary
 void testAnchor()
          Test of anchor method, of class SinkAdapter.
 void testAuthor()
          Test of author method, of class SinkAdapter.
 void testBody()
          Test of body method, of class SinkAdapter.
 void testBold()
          Test of bold method, of class SinkAdapter.
 void testClose()
          Test of close method, of class SinkAdapter.
 void testComment()
          Test of comment method, of class SinkAdapter.
 void testDate()
          Test of date method, of class SinkAdapter.
 void testDefinedTerm()
          Test of definedTerm method, of class SinkAdapter.
 void testDefinition()
          Test of definition method, of class SinkAdapter.
 void testDefinitionList()
          Test of definitionList method, of class SinkAdapter.
 void testDefinitionListItem()
          Test of definitionListItem method, of class SinkAdapter.
 void testFigure()
          Test of figure method, of class SinkAdapter.
 void testFigureCaption()
          Test of figureCaption method, of class SinkAdapter.
 void testFigureGraphics()
          Test of figureGraphics method, of class SinkAdapter.
 void testFlush()
          Test of flush method, of class SinkAdapter.
 void testHead()
          Test of head method, of class SinkAdapter.
 void testHorizontalRule()
          Test of horizontalRule method, of class SinkAdapter.
 void testItalic()
          Test of italic method, of class SinkAdapter.
 void testLineBreaks()
          Test of lineBreak method, of class SinkAdapter.
 void testLink()
          Test of link method, of class SinkAdapter.
 void testList()
          Test of list method, of class SinkAdapter.
 void testListItem()
          Test of listItem method, of class SinkAdapter.
 void testMonospaced()
          Test of monospaced method, of class SinkAdapter.
 void testNonBreakingSpace()
          Test of nonBreakingSpace method, of class SinkAdapter.
 void testNumberedList()
          Test of numberedList method, of class SinkAdapter.
 void testNumberedListItem()
          Test of numberedListItem method, of class SinkAdapter.
 void testPageBreak()
          Test of pageBreak method, of class SinkAdapter.
 void testParagraph()
          Test of paragraph method, of class SinkAdapter.
 void testRawText()
          Test of rawText method, of class SinkAdapter.
 void testSection()
          Test of section method, of class SinkAdapter.
 void testSection1()
          Test of section1 method, of class SinkAdapter.
 void testSection2()
          Test of section2 method, of class SinkAdapter.
 void testSection3()
          Test of section3 method, of class SinkAdapter.
 void testSection4()
          Test of section4 method, of class SinkAdapter.
 void testSection5()
          Test of section5 method, of class SinkAdapter.
 void testSectionTitle()
          Test of sectionTitle method, of class SinkAdapter.
 void testSectionTitle1()
          Test of sectionTitle1 method, of class SinkAdapter.
 void testSectionTitle2()
          Test of sectionTitle2 method, of class SinkAdapter.
 void testSectionTitle3()
          Test of sectionTitle3 method, of class SinkAdapter.
 void testSectionTitle4()
          Test of sectionTitle4 method, of class SinkAdapter.
 void testSectionTitle5()
          Test of sectionTitle5 method, of class SinkAdapter.
 void testTable()
          Test of table method, of class SinkAdapter.
 void testTableCaption()
          Test of tableCaption method, of class SinkAdapter.
 void testTableCell()
          Test of tableCell method, of class SinkAdapter.
 void testTableHeaderCell()
          Test of tableHeaderCell method, of class SinkAdapter.
 void testTableRow()
          Test of tableRow method, of class SinkAdapter.
 void testTableRows()
          Test of tableRows method, of class SinkAdapter.
 void testText()
          Test of text method, of class SinkAdapter.
 void testTitle()
          Test of title method, of class SinkAdapter.
 void testUnknown()
          Test of unknown method, of class SinkAdapter.
 void testVerbatim()
          Test of verbatim method, of class SinkAdapter.
 
Methods inherited from class junit.framework.TestCase
countTestCases, createResult, getName, run, run, runBare, runTest, setName, setUp, 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

SinkAdapterTest

public SinkAdapterTest()
Method Detail

testHead

public void testHead()
Test of head method, of class SinkAdapter.


testBody

public void testBody()
Test of body method, of class SinkAdapter.


testSection1

public void testSection1()
Test of section1 method, of class SinkAdapter.


testSection2

public void testSection2()
Test of section2 method, of class SinkAdapter.


testSection3

public void testSection3()
Test of section3 method, of class SinkAdapter.


testSection4

public void testSection4()
Test of section4 method, of class SinkAdapter.


testSection5

public void testSection5()
Test of section5 method, of class SinkAdapter.


testList

public void testList()
Test of list method, of class SinkAdapter.


testListItem

public void testListItem()
Test of listItem method, of class SinkAdapter.


testNumberedList

public void testNumberedList()
Test of numberedList method, of class SinkAdapter.


testNumberedListItem

public void testNumberedListItem()
Test of numberedListItem method, of class SinkAdapter.


testDefinitionList

public void testDefinitionList()
Test of definitionList method, of class SinkAdapter.


testDefinitionListItem

public void testDefinitionListItem()
Test of definitionListItem method, of class SinkAdapter.


testDefinition

public void testDefinition()
Test of definition method, of class SinkAdapter.


testFigure

public void testFigure()
Test of figure method, of class SinkAdapter.


testTable

public void testTable()
Test of table method, of class SinkAdapter.


testTableRows

public void testTableRows()
Test of tableRows method, of class SinkAdapter.


testTableRow

public void testTableRow()
Test of tableRow method, of class SinkAdapter.


testTitle

public void testTitle()
Test of title method, of class SinkAdapter.


testAuthor

public void testAuthor()
Test of author method, of class SinkAdapter.


testDate

public void testDate()
Test of date method, of class SinkAdapter.


testSectionTitle

public void testSectionTitle()
Test of sectionTitle method, of class SinkAdapter.


testSectionTitle1

public void testSectionTitle1()
Test of sectionTitle1 method, of class SinkAdapter.


testSectionTitle2

public void testSectionTitle2()
Test of sectionTitle2 method, of class SinkAdapter.


testSectionTitle3

public void testSectionTitle3()
Test of sectionTitle3 method, of class SinkAdapter.


testSectionTitle4

public void testSectionTitle4()
Test of sectionTitle4 method, of class SinkAdapter.


testSectionTitle5

public void testSectionTitle5()
Test of sectionTitle5 method, of class SinkAdapter.


testParagraph

public void testParagraph()
Test of paragraph method, of class SinkAdapter.


testVerbatim

public void testVerbatim()
Test of verbatim method, of class SinkAdapter.


testDefinedTerm

public void testDefinedTerm()
Test of definedTerm method, of class SinkAdapter.


testFigureCaption

public void testFigureCaption()
Test of figureCaption method, of class SinkAdapter.


testTableCell

public void testTableCell()
Test of tableCell method, of class SinkAdapter.


testTableHeaderCell

public void testTableHeaderCell()
Test of tableHeaderCell method, of class SinkAdapter.


testTableCaption

public void testTableCaption()
Test of tableCaption method, of class SinkAdapter.


testFigureGraphics

public void testFigureGraphics()
Test of figureGraphics method, of class SinkAdapter.


testHorizontalRule

public void testHorizontalRule()
Test of horizontalRule method, of class SinkAdapter.


testPageBreak

public void testPageBreak()
Test of pageBreak method, of class SinkAdapter.


testAnchor

public void testAnchor()
Test of anchor method, of class SinkAdapter.


testLink

public void testLink()
Test of link method, of class SinkAdapter.


testItalic

public void testItalic()
Test of italic method, of class SinkAdapter.


testBold

public void testBold()
Test of bold method, of class SinkAdapter.


testMonospaced

public void testMonospaced()
Test of monospaced method, of class SinkAdapter.


testLineBreaks

public void testLineBreaks()
Test of lineBreak method, of class SinkAdapter.


testNonBreakingSpace

public void testNonBreakingSpace()
Test of nonBreakingSpace method, of class SinkAdapter.


testText

public void testText()
Test of text method, of class SinkAdapter.


testRawText

public void testRawText()
Test of rawText method, of class SinkAdapter.


testComment

public void testComment()
Test of comment method, of class SinkAdapter.


testFlush

public void testFlush()
Test of flush method, of class SinkAdapter.


testClose

public void testClose()
Test of close method, of class SinkAdapter.


testSection

public void testSection()
Test of section method, of class SinkAdapter.


testUnknown

public void testUnknown()
Test of unknown method, of class SinkAdapter.



Copyright © 2005-2013 The Apache Software Foundation. All Rights Reserved.