com.lexicalscope.fluentreflection.bean.endtoend
Class TestBeanMapBuilder

java.lang.Object
  extended by com.lexicalscope.fluentreflection.bean.endtoend.TestBeanMapBuilder

public class TestBeanMapBuilder
extends Object


Constructor Summary
TestBeanMapBuilder()
           
 
Method Summary
 void beanDoesNotNeedGetAndSetPrefixes()
           
 void canLowercaseProperties()
           
 void canSelectAllReadableProperties()
           
 void canSelectAllWritableProperties()
           
 void canSelectOnlyReadWriteProperties()
           
 void canSelectReadableOnlyProperties()
           
 void canSelectWritableOnlyProperties()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestBeanMapBuilder

public TestBeanMapBuilder()
Method Detail

canSelectOnlyReadWriteProperties

public void canSelectOnlyReadWriteProperties()

canSelectAllReadableProperties

public void canSelectAllReadableProperties()

canSelectAllWritableProperties

public void canSelectAllWritableProperties()

canSelectWritableOnlyProperties

public void canSelectWritableOnlyProperties()

canSelectReadableOnlyProperties

public void canSelectReadableOnlyProperties()

canLowercaseProperties

public void canLowercaseProperties()

beanDoesNotNeedGetAndSetPrefixes

public void beanDoesNotNeedGetAndSetPrefixes()


Copyright © 2011-2012 lexicalscope. All Rights Reserved.