javax.faces.model
Class ResultDataModelTestCase

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

public class ResultDataModelTestCase
extends DataModelTestCaseBase

Unit tests for ResultDataModel.


Field Summary
protected  MockResult result
           
 
Fields inherited from class javax.faces.model.DataModelTestCaseBase
beans, model
 
Constructor Summary
ResultDataModelTestCase(java.lang.String name)
          Construct a new instance of this test case.
 
Method Summary
protected  TestBean data()
           
 void setUp()
           
static Test suite()
           
 
Methods inherited from class javax.faces.model.DataModelTestCaseBase
checkRow, configure, 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
 

Field Detail

result

protected MockResult result
Constructor Detail

ResultDataModelTestCase

public ResultDataModelTestCase(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()

data

protected TestBean data()
                 throws java.lang.Exception
Overrides:
data in class DataModelTestCaseBase
Throws:
java.lang.Exception


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