sk.baka.ambient
Class TagFormatterTest

java.lang.Object
  extended by junit.framework.Assert
      extended by junit.framework.TestCase
          extended by sk.baka.ambient.TagFormatterTest
All Implemented Interfaces:
junit.framework.Test

public class TagFormatterTest
extends junit.framework.TestCase

Tests the tag formatter.

Author:
Martin Vysny

Constructor Summary
TagFormatterTest()
           
 
Method Summary
 void testDelimiters()
           
 void testEmptyGroups()
           
 void testInvalidFormat()
           
 void testNestedGroups()
           
 void testPartiallyEmptyGroups()
           
 void testSiblingCollapsableGroups()
           
 void testSimpleTagReplacement()
           
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

TagFormatterTest

public TagFormatterTest()
Method Detail

testSimpleTagReplacement

public void testSimpleTagReplacement()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testPartiallyEmptyGroups

public void testPartiallyEmptyGroups()
                              throws java.lang.Exception
Throws:
java.lang.Exception

testSiblingCollapsableGroups

public void testSiblingCollapsableGroups()
                                  throws java.lang.Exception
Throws:
java.lang.Exception

testEmptyGroups

public void testEmptyGroups()
                     throws java.lang.Exception
Throws:
java.lang.Exception

testNestedGroups

public void testNestedGroups()
                      throws java.lang.Exception
Throws:
java.lang.Exception

testInvalidFormat

public void testInvalidFormat()
                       throws java.lang.Exception
Throws:
java.lang.Exception

testDelimiters

public void testDelimiters()
                    throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 2007-2009. All Rights Reserved.