org.apache.tapestry.form
Class BeanPropertySelectionModelTest

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

public class BeanPropertySelectionModelTest
extends BaseComponentTestCase

Tests the functionality of BeanPropertySelectionModel.

Author:
jkuhnert

Constructor Summary
BeanPropertySelectionModelTest()
           
 
Method Summary
 void test_Basic_Model()
           
 void test_Invalid_Option_Index()
           
 void test_Null_Model()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BeanPropertySelectionModelTest

public BeanPropertySelectionModelTest()
Method Detail

test_Null_Model

public void test_Null_Model()

test_Basic_Model

public void test_Basic_Model()

test_Invalid_Option_Index

public void test_Invalid_Option_Index()


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