C# Class Spring.Reflection.Dynamic.DynamicFieldTests

显示文件 Open project: spring-projects/spring-net

Protected Properties

Property Type Description
ieee Society
pupin Inventor
tesla Inventor

Private Properties

Property Type Description
CanReadPrivateReadOnlyField void
CannotReadPrivateReadOnlyFieldIfNoReflectionPermission void
CannotSetStaticReadOnlyField void
PrintTest void
SetUp void
TearDown void
TestAttemptingToSetFieldOfValueTypeInstance void
TestInstanceFields void
TestStaticFieldsOfClass void
TestStaticFieldsOfStruct void

Public Methods

Method Description
PerformanceTests ( ) : void

Protected Methods

Method Description
Create ( FieldInfo field ) : IDynamicField

Private Methods

Method Description
CanReadPrivateReadOnlyField ( ) : void
CannotReadPrivateReadOnlyFieldIfNoReflectionPermission ( ) : void
CannotSetStaticReadOnlyField ( ) : void
PrintTest ( string name, int iterations, double duration ) : void
SetUp ( ) : void
TearDown ( ) : void
TestAttemptingToSetFieldOfValueTypeInstance ( ) : void
TestInstanceFields ( ) : void
TestStaticFieldsOfClass ( ) : void
TestStaticFieldsOfStruct ( ) : void

Method Details

Create() protected method

protected Create ( FieldInfo field ) : IDynamicField
field System.Reflection.FieldInfo
return IDynamicField

PerformanceTests() public method

public PerformanceTests ( ) : void
return void

Property Details

ieee protected_oe property

protected Society ieee
return Society

pupin protected_oe property

protected Inventor pupin
return Inventor

tesla protected_oe property

protected Inventor tesla
return Inventor