C# Class Norman.AssemblyNorm

Inheritance: INorm
Afficher le fichier Open project: kkozmic/Norman Class Usage Examples

Méthodes publiques

Méthode Description
AssemblyNorm ( Predicate assemblyDiscovery ) : System
ForTypes ( Predicate typeDiscovery ) : TypeNorm

Private Methods

Méthode Description
GetAssemblyDefinitions ( ) : IEnumerable
GetMatchedAssemblies ( ) : IEnumerable
INorm ( IAssert assert ) : void
MatchAssemblies ( ) : IEnumerable

Method Details

AssemblyNorm() public méthode

public AssemblyNorm ( Predicate assemblyDiscovery ) : System
assemblyDiscovery Predicate
Résultat System

ForTypes() public méthode

public ForTypes ( Predicate typeDiscovery ) : TypeNorm
typeDiscovery Predicate
Résultat TypeNorm