org.apache.tapestry.form
Class LabeledPropertySelectionModelTest

java.lang.Object
  extended by BaseComponentTestCase
      extended by org.apache.tapestry.form.LabeledPropertySelectionModelTest

public class LabeledPropertySelectionModelTest
extends BaseComponentTestCase

Test case for LabeledPropertySelectionModel.

Since:
4.0
Author:
Paul Ferraro

Constructor Summary
LabeledPropertySelectionModelTest()
           
 
Method Summary
 void test_Default_Labeled_Model()
           
 void test_Disabled()
           
 void test_Empty_Model()
           
 void test_Label_Never_Disabled()
           
 void test_Label_Option_Disabled()
           
 void test_Label_Value_With_Option_Disabled()
           
 void test_Labeled_Model()
           
 void test_Null_Value()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LabeledPropertySelectionModelTest

public LabeledPropertySelectionModelTest()
Method Detail

test_Null_Value

public void test_Null_Value()

test_Empty_Model

public void test_Empty_Model()

test_Default_Labeled_Model

public void test_Default_Labeled_Model()

test_Labeled_Model

public void test_Labeled_Model()

test_Disabled

public void test_Disabled()

test_Label_Never_Disabled

public void test_Label_Never_Disabled()

test_Label_Option_Disabled

public void test_Label_Option_Disabled()

test_Label_Value_With_Option_Disabled

public void test_Label_Value_With_Option_Disabled()


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