org.apache.tapestry
Class TapestryUtilsTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.TapestryUtilsTest

public class TapestryUtilsTest
extends BaseComponentTestCase

Tests for TapestryUtils.

Since:
4.0
Author:
Howard M. Lewis Ship

Constructor Summary
TapestryUtilsTest()
           
 
Method Summary
 void testBuildClientElementReference()
           
 void testCapitalizeNormal()
           
 void testCapitalizeNothing()
           
 void testConvertTapestryIdToNMToken()
           
 void testEnquote()
           
 void testEnquoteNull()
           
 void testEveryDelimiterCounts()
           
 void testGetComponent()
           
 void testGetComponentDoesNotExist()
           
 void testGetComponentWrongType()
           
 void testGetFormFailure()
           
 void testGetFormSuccess()
           
 void testGetPageRenderSupportFailure()
           
 void testGetPageRenderSupportSuccess()
           
 void testRemoveForm()
           
 void testRemovePageRenderSupport()
           
 void testSplitBlank()
           
 void testSplitNoDelimiter()
           
 void testSplitNormal()
           
 void testSplitWithDelimiter()
           
 void testStoreUniqueAttributeFailure()
           
 void testStoreUniqueAttributeSuccess()
           
 void testTrailingDelimiter()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TapestryUtilsTest

public TapestryUtilsTest()
Method Detail

testStoreUniqueAttributeSuccess

public void testStoreUniqueAttributeSuccess()

testStoreUniqueAttributeFailure

public void testStoreUniqueAttributeFailure()

testGetPageRenderSupportSuccess

public void testGetPageRenderSupportSuccess()

testRemovePageRenderSupport

public void testRemovePageRenderSupport()

testRemoveForm

public void testRemoveForm()

testGetFormSuccess

public void testGetFormSuccess()

testGetPageRenderSupportFailure

public void testGetPageRenderSupportFailure()

testGetFormFailure

public void testGetFormFailure()

testSplitBlank

public void testSplitBlank()

testSplitWithDelimiter

public void testSplitWithDelimiter()

testSplitNormal

public void testSplitNormal()

testSplitNoDelimiter

public void testSplitNoDelimiter()

testTrailingDelimiter

public void testTrailingDelimiter()

testEveryDelimiterCounts

public void testEveryDelimiterCounts()

testCapitalizeNothing

public void testCapitalizeNothing()

testCapitalizeNormal

public void testCapitalizeNormal()

testEnquote

public void testEnquote()

testEnquoteNull

public void testEnquoteNull()

testConvertTapestryIdToNMToken

public void testConvertTapestryIdToNMToken()

testBuildClientElementReference

public void testBuildClientElementReference()

testGetComponent

public void testGetComponent()

testGetComponentWrongType

public void testGetComponentWrongType()

testGetComponentDoesNotExist

public void testGetComponentDoesNotExist()


Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.