C# Class test.UseDatabaseAttribute

Inheritance: BeforeAfterTestAttribute
Afficher le fichier Open project: AlexSugak/dotnet-core-tdd

Méthodes publiques

Méthode Description
After ( System.Reflection.MethodInfo methodUnderTest ) : void
Before ( System.Reflection.MethodInfo methodUnderTest ) : void
UseDatabaseAttribute ( string connectionString ) : test.System

Method Details

After() public méthode

public After ( System.Reflection.MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
Résultat void

Before() public méthode

public Before ( System.Reflection.MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
Résultat void

UseDatabaseAttribute() public méthode

public UseDatabaseAttribute ( string connectionString ) : test.System
connectionString string
Résultat test.System