C# Class IntegrationTests.UseCase

Mostra file Open project: Hill30/F--Project-Extender Class Usage Examples

Public Methods

Method Description
Apply ( Action action ) : UseCase
ExpectedOrder ( ) : UseCase
Run ( ) : void
UseCase ( string name, Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : System

Private Methods

Method Description
CloseSolution ( ) : void
Initialize ( ) : void
ReopenSolution ( ) : void
UseCase ( UseCase parent, Action action ) : System
UseCase ( UseCase parent, IEnumerable filenames ) : System
ValidateOrder ( string message ) : void

Method Details

Apply() public method

public Apply ( Action action ) : UseCase
action Action
return UseCase

ExpectedOrder() public method

public ExpectedOrder ( ) : UseCase
return UseCase

Run() public method

public Run ( ) : void
return void

UseCase() public method

public UseCase ( string name, Microsoft.VisualStudio.TestTools.UnitTesting.TestContext testContext ) : System
name string
testContext Microsoft.VisualStudio.TestTools.UnitTesting.TestContext
return System