public class UifViewBeanWrapperTest extends Object
UifViewBeanWrapper
.Constructor and Description |
---|
UifViewBeanWrapperTest() |
Modifier and Type | Method and Description |
---|---|
protected void |
assertBindingAnnotationsInPath(String failureMessage,
String path,
Boolean result)
Helper method for testing
UifViewBeanWrapper.checkBindingAnnotationsInPath(java.lang.String) . |
protected void |
assertPropertyBindingAccess(String failureMessage,
String path,
boolean access)
Helper method for testing
UifViewBeanWrapper.checkPropertyBindingAccess(java.lang.String) . |
void |
setUp() |
void |
testCheckForAnnotationInPropertyPath()
Tests binding annotations are being correctly picked up for various property paths.
|
void |
testCheckPropertyAccess()
Tests binding access is correctly being granted and prevented for various cases.
|
public UifViewBeanWrapperTest()
public void testCheckForAnnotationInPropertyPath()
protected void assertBindingAnnotationsInPath(String failureMessage, String path, Boolean result)
UifViewBeanWrapper.checkBindingAnnotationsInPath(java.lang.String)
.failureMessage
- message to show if assert failspath
- property path to invoke method withresult
- expected annotation resultpublic void testCheckPropertyAccess()
protected void assertPropertyBindingAccess(String failureMessage, String path, boolean access)
UifViewBeanWrapper.checkPropertyBindingAccess(java.lang.String)
.failureMessage
- message to show if assert failspath
- property path to invoke method withaccess
- expected access resultCopyright © 2005–2014 The Kuali Foundation. All rights reserved.