C# Class CMajor.Tests.AlwaysCreateDatabaseAttribute

Inheritance: Xunit.BeforeAfterTestAttribute
Show file Open project: jittuu/CMajor

Public Methods

Method Description
Before ( System methodUnderTest ) : void

Private Methods

Method Description
InitDatabase ( ) : void

Method Details

Before() public method

public Before ( System methodUnderTest ) : void
methodUnderTest System
return void