C# Class Spring.AopSerializationTests

Mostrar archivo Open project: spring-projects/spring-net

Public Methods

Method Description
AopSerializationTests ( ) : System

Protected Methods

Method Description
CheckIsSerializable ( Type t ) : bool
ExcludeTypeFromTest ( Type t ) : bool
GetAssemblyToTest ( ) : Assembly
GetTypesToTest ( ) : ICollection
IsAopInfrastructureType ( Type t ) : bool

Private Methods

Method Description
AllAopInfrastructureTypesAreSerializable ( ) : void
SerializeAndDeserialize ( object s ) : object

Method Details

AopSerializationTests() public method

public AopSerializationTests ( ) : System
return System

CheckIsSerializable() protected method

protected CheckIsSerializable ( Type t ) : bool
t System.Type
return bool

ExcludeTypeFromTest() protected method

protected ExcludeTypeFromTest ( Type t ) : bool
t System.Type
return bool

GetAssemblyToTest() protected method

protected GetAssemblyToTest ( ) : Assembly
return System.Reflection.Assembly

GetTypesToTest() protected method

protected GetTypesToTest ( ) : ICollection
return ICollection

IsAopInfrastructureType() protected method

protected IsAopInfrastructureType ( Type t ) : bool
t System.Type
return bool