com.lexicalscope.fluentreflection.usecases
Class TestCanReadAndSetFields

java.lang.Object
  extended by com.lexicalscope.fluentreflection.usecases.TestCanReadAndSetFields

public class TestCanReadAndSetFields
extends Object


Nested Class Summary
static class TestCanReadAndSetFields.AnnotatedFields
           
 
Constructor Summary
TestCanReadAndSetFields()
           
 
Method Summary
 void canReadPackageField()
           
 void canReadPrivateField()
           
 void canReadProtectedField()
           
 void canReadPublicField()
           
 void canSetPackageField()
           
 void canSetPrivateField()
           
 void canSetProtectedField()
           
 void canSetPublicField()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestCanReadAndSetFields

public TestCanReadAndSetFields()
Method Detail

canSetPublicField

public void canSetPublicField()
                       throws Exception
Throws:
Exception

canReadPublicField

public void canReadPublicField()
                        throws Exception
Throws:
Exception

canSetPackageField

public void canSetPackageField()
                        throws Exception
Throws:
Exception

canReadPackageField

public void canReadPackageField()
                         throws Exception
Throws:
Exception

canSetProtectedField

public void canSetProtectedField()
                          throws Exception
Throws:
Exception

canReadProtectedField

public void canReadProtectedField()
                           throws Exception
Throws:
Exception

canSetPrivateField

public void canSetPrivateField()
                        throws Exception
Throws:
Exception

canReadPrivateField

public void canReadPrivateField()
                         throws Exception
Throws:
Exception


Copyright © 2011-2012 lexicalscope. All Rights Reserved.