C# Class test.UseDatabaseAttribute

Inheritance: BeforeAfterTestAttribute
Datei anzeigen Open project: AlexSugak/dotnet-core-tdd

Public Methods

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

Method Details

After() public method

public After ( System.Reflection.MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
return void

Before() public method

public Before ( System.Reflection.MethodInfo methodUnderTest ) : void
methodUnderTest System.Reflection.MethodInfo
return void

UseDatabaseAttribute() public method

public UseDatabaseAttribute ( string connectionString ) : test.System
connectionString string
return test.System