org.eclipse.mylyn.wikitext.core.parser.util
Class TextileToDocbookTest

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

public class TextileToDocbookTest
extends junit.framework.TestCase

Author:
David Green, Peter Friese bug 273355 Support image scaling for Textile -> DocBook

Constructor Summary
TextileToDocbookTest()
           
 
Method Summary
 void setUp()
           
 void testBlockCode()
           
 void testBlockCodeExtended()
           
 void testFootnotes()
           
 void testHeader()
           
 void testHeaderWithAcronym()
           
 void testImageScaling()
           
 void testImageWidth()
           
 void testImageWidthDepth()
           
 void testMultipleNestedElements()
           
 void testNestedHeaders()
           
 
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

TextileToDocbookTest

public TextileToDocbookTest()
Method Detail

setUp

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

testHeader

public void testHeader()
                throws Exception
Throws:
Exception

testMultipleNestedElements

public void testMultipleNestedElements()
                                throws Exception
Throws:
Exception

testNestedHeaders

public void testNestedHeaders()
                       throws Exception
Throws:
Exception

testHeaderWithAcronym

public void testHeaderWithAcronym()
                           throws Exception
Throws:
Exception

testBlockCode

public void testBlockCode()
                   throws Exception
Throws:
Exception

testBlockCodeExtended

public void testBlockCodeExtended()
                           throws Exception
Throws:
Exception

testFootnotes

public void testFootnotes()
                   throws Exception
Throws:
Exception

testImageScaling

public void testImageScaling()
                      throws Exception
Throws:
Exception

testImageWidth

public void testImageWidth()
                    throws Exception
Throws:
Exception

testImageWidthDepth

public void testImageWidthDepth()
                         throws Exception
Throws:
Exception


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