net.sf.xslthl
Class StyledBlockTest

java.lang.Object
  extended by net.sf.xslthl.StyledBlockTest

public class StyledBlockTest
extends Object

Author:
Michiel Hendriks

Constructor Summary
StyledBlockTest()
           
 
Method Summary
 void setUp()
           
 void tearDown()
           
 void testCSSHighlighterWithXML()
          Guard against cases in which the CSS tokenizer is fed XML content.
 void testGetStyle()
          Test method for StyledBlock.getStyle().
 void testGetText()
          Test method for StyledBlock.getText().
 void testIsStyled()
          Test method for StyledBlock.isStyled().
 void testStyledBlock()
          Test method for StyledBlock.StyledBlock(java.lang.String, java.lang.String) .
 void testToString()
          Test method for StyledBlock.toString().
 void testXMLHighlighter()
          Guard against cases in which the tag is not properly finished.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StyledBlockTest

public StyledBlockTest()
Method Detail

setUp

public void setUp()
           throws Exception
Throws:
Exception

tearDown

public void tearDown()
              throws Exception
Throws:
Exception

testGetText

public void testGetText()
Test method for StyledBlock.getText().


testToString

public void testToString()
Test method for StyledBlock.toString().


testIsStyled

public void testIsStyled()
Test method for StyledBlock.isStyled().


testStyledBlock

public void testStyledBlock()
Test method for StyledBlock.StyledBlock(java.lang.String, java.lang.String) .


testGetStyle

public void testGetStyle()
Test method for StyledBlock.getStyle().


testXMLHighlighter

public void testXMLHighlighter()
                        throws Exception
Guard against cases in which the tag is not properly finished.

Throws:
Exception

testCSSHighlighterWithXML

public void testCSSHighlighterWithXML()
                               throws Exception
Guard against cases in which the CSS tokenizer is fed XML content.

Throws:
Exception


Copyright © 2005-2014. All Rights Reserved.