javax.faces.model
Class ListDataModelTestCase

java.lang.Object
  extended by TestCase
      extended by javax.faces.model.DataModelTestCaseBase
          extended by javax.faces.model.ListDataModelTestCase

public class ListDataModelTestCase
extends DataModelTestCaseBase

Unit tests for ListDataModel.


Field Summary
 
Fields inherited from class javax.faces.model.DataModelTestCaseBase
beans, model
 
Constructor Summary
ListDataModelTestCase(java.lang.String name)
          Construct a new instance of this test case.
 
Method Summary
 void setUp()
           
static Test suite()
           
 
Methods inherited from class javax.faces.model.DataModelTestCaseBase
checkRow, configure, data, tearDown, testInvalidListeners, testIterator, testPositionAscending, testPositionDescending, testPristine, testRemoveListener, testReset, testRowAvailable, testRowData, testRowIndex, testWrapped
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ListDataModelTestCase

public ListDataModelTestCase(java.lang.String name)
Construct a new instance of this test case.

Parameters:
name - Name of the test case
Method Detail

setUp

public void setUp()
           throws java.lang.Exception
Overrides:
setUp in class DataModelTestCaseBase
Throws:
java.lang.Exception

suite

public static Test suite()


Copyright 2002-2011 Oracle America Inc, Inc. All Rights Reserved.