javax.faces.model
Class ArrayDataModelTestCase

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

public class ArrayDataModelTestCase
extends DataModelTestCaseBase

Unit tests for ArrayDataModel.


Field Summary
 
Fields inherited from class javax.faces.model.DataModelTestCaseBase
beans, model
 
Constructor Summary
ArrayDataModelTestCase(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

ArrayDataModelTestCase

public ArrayDataModelTestCase(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.