C# Class Alquimiaware.NuGetUnity.Tests.IFolderCommandsContractTests

Afficher le fichier Open project: Alquimiaware/Nuget-Unity

Méthodes protégées

Méthode Description
GetExistingFolderPath ( ) : string
GetFolderCommands ( ) : IFolderCommands
GetNonExistingFolderPath ( ) : string

Private Methods

Méthode Description
Exists_OfExistingFolder_IsTrue ( ) : void
Exists_OfNonExistingFolder_IsFalse ( ) : void
GetExistingFolderPath_ByDefinition_ReturnsExistingFolderPath ( ) : void
GetNonExistingFolderPath_ByDefinition_RetunrsNonExistingPath ( ) : void

Method Details

GetExistingFolderPath() protected abstract méthode

protected abstract GetExistingFolderPath ( ) : string
Résultat string

GetFolderCommands() protected abstract méthode

protected abstract GetFolderCommands ( ) : IFolderCommands
Résultat IFolderCommands

GetNonExistingFolderPath() protected abstract méthode

protected abstract GetNonExistingFolderPath ( ) : string
Résultat string