C# Class Spring.AopSerializationTests

Afficher le fichier Open project: spring-projects/spring-net

Méthodes publiques

Méthode Description
AopSerializationTests ( ) : System

Méthodes protégées

Méthode Description
CheckIsSerializable ( Type t ) : bool
ExcludeTypeFromTest ( Type t ) : bool
GetAssemblyToTest ( ) : Assembly
GetTypesToTest ( ) : ICollection
IsAopInfrastructureType ( Type t ) : bool

Private Methods

Méthode Description
AllAopInfrastructureTypesAreSerializable ( ) : void
SerializeAndDeserialize ( object s ) : object

Method Details

AopSerializationTests() public méthode

public AopSerializationTests ( ) : System
Résultat System

CheckIsSerializable() protected méthode

protected CheckIsSerializable ( Type t ) : bool
t System.Type
Résultat bool

ExcludeTypeFromTest() protected méthode

protected ExcludeTypeFromTest ( Type t ) : bool
t System.Type
Résultat bool

GetAssemblyToTest() protected méthode

protected GetAssemblyToTest ( ) : Assembly
Résultat System.Reflection.Assembly

GetTypesToTest() protected méthode

protected GetTypesToTest ( ) : ICollection
Résultat ICollection

IsAopInfrastructureType() protected méthode

protected IsAopInfrastructureType ( Type t ) : bool
t System.Type
Résultat bool