C# Class IntegrationTests.UseCase

Afficher le fichier Open project: Hill30/F--Project-Extender Class Usage Examples

Méthodes publiques

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

Private Methods

Méthode 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 méthode

public Apply ( Action action ) : UseCase
action Action
Résultat UseCase

ExpectedOrder() public méthode

public ExpectedOrder ( ) : UseCase
Résultat UseCase

Run() public méthode

public Run ( ) : void
Résultat void

UseCase() public méthode

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