This project has retired. For details please refer to its Attic page.
ImportAttributeTagTest (Tiles 2 2.1.4 Test API)

org.apache.tiles.jsp.taglib
Class ImportAttributeTagTest

Package class diagram package ImportAttributeTagTest
java.lang.Object
  extended by org.apache.tiles.jsp.taglib.ImportAttributeTagTest

public class ImportAttributeTagTest
extends Object

Tests ImportAttributeTag.

Version:
$Rev: 819649 $ $Date: 2009-09-28 19:11:21 +0200 (lun, 28 set 2009) $

Constructor Summary
ImportAttributeTagTest()
           
 
Method Summary
 void testTagNullEvaluateAllException()
          Tests ImportAttributeTag with name not specified and ignore false.
 void testTagNullEvaluateAllIgnoreException()
          Tests ImportAttributeTag with name not specified and ignore true.
 void testTagNullEvaluateException()
          Tests ImportAttributeTag with name specified and ignore false.
 void testTagNullEvaluateIgnoreException()
          Tests ImportAttributeTag with name specified and ignore true.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ImportAttributeTagTest

public ImportAttributeTagTest()
Method Detail

testTagNullEvaluateException

public void testTagNullEvaluateException()
                                  throws TilesJspException
Tests ImportAttributeTag with name specified and ignore false.

Throws:
TilesJspException - If something goes wrong.

testTagNullEvaluateIgnoreException

public void testTagNullEvaluateIgnoreException()
                                        throws TilesJspException
Tests ImportAttributeTag with name specified and ignore true.

Throws:
TilesJspException - If something goes wrong.

testTagNullEvaluateAllException

public void testTagNullEvaluateAllException()
                                     throws TilesJspException
Tests ImportAttributeTag with name not specified and ignore false.

Throws:
TilesJspException - If something goes wrong.

testTagNullEvaluateAllIgnoreException

public void testTagNullEvaluateAllIgnoreException()
                                           throws TilesJspException
Tests ImportAttributeTag with name not specified and ignore true.

Throws:
TilesJspException - If something goes wrong.


Copyright © 2001-2009 Apache Software Foundation. All Rights Reserved.