C# Class fitSharp.Machine.Engine.ApplicationUnderTest

Inheritance: Copyable
Afficher le fichier Open project: jediwhale/fitsharp Class Usage Examples

Méthodes publiques

Méthode Description
AddAssemblies ( IEnumerable assemblyNames ) : void
AddAssembly ( string assemblyName ) : void
AddNamespace ( string namespaceName ) : void
AddOptionalAssembly ( string assemblyName ) : void
ApplicationUnderTest ( ) : System
ApplicationUnderTest ( ApplicationDomain appDomain ) : System
ApplicationUnderTest ( ApplicationUnderTest other ) : System
Copy ( ) : Copyable
FindType ( NameMatcher typeName ) : RuntimeType
FindType ( string exactTypename ) : RuntimeType
RemoveNamespace ( string namespaceName ) : void

Private Methods

Méthode Description
SearchForType ( NameMatcher typeName, IEnumerable types ) : Type
UpdateCache ( Type type ) : void

Method Details

AddAssemblies() public méthode

public AddAssemblies ( IEnumerable assemblyNames ) : void
assemblyNames IEnumerable
Résultat void

AddAssembly() public méthode

public AddAssembly ( string assemblyName ) : void
assemblyName string
Résultat void

AddNamespace() public méthode

public AddNamespace ( string namespaceName ) : void
namespaceName string
Résultat void

AddOptionalAssembly() public méthode

public AddOptionalAssembly ( string assemblyName ) : void
assemblyName string
Résultat void

ApplicationUnderTest() public méthode

public ApplicationUnderTest ( ) : System
Résultat System

ApplicationUnderTest() public méthode

public ApplicationUnderTest ( ApplicationDomain appDomain ) : System
appDomain ApplicationDomain
Résultat System

ApplicationUnderTest() public méthode

public ApplicationUnderTest ( ApplicationUnderTest other ) : System
other ApplicationUnderTest
Résultat System

Copy() public méthode

public Copy ( ) : Copyable
Résultat Copyable

FindType() public méthode

public FindType ( NameMatcher typeName ) : RuntimeType
typeName NameMatcher
Résultat RuntimeType

FindType() public méthode

public FindType ( string exactTypename ) : RuntimeType
exactTypename string
Résultat RuntimeType

RemoveNamespace() public méthode

public RemoveNamespace ( string namespaceName ) : void
namespaceName string
Résultat void