C# Class Alquimiaware.NuGetUnity.Tests.IFolderCommandsContractTests

Datei anzeigen Open project: Alquimiaware/Nuget-Unity

Protected Methods

Method Description
GetExistingFolderPath ( ) : string
GetFolderCommands ( ) : IFolderCommands
GetNonExistingFolderPath ( ) : string

Private Methods

Method Description
Exists_OfExistingFolder_IsTrue ( ) : void
Exists_OfNonExistingFolder_IsFalse ( ) : void
GetExistingFolderPath_ByDefinition_ReturnsExistingFolderPath ( ) : void
GetNonExistingFolderPath_ByDefinition_RetunrsNonExistingPath ( ) : void

Method Details

GetExistingFolderPath() protected abstract method

protected abstract GetExistingFolderPath ( ) : string
return string

GetFolderCommands() protected abstract method

protected abstract GetFolderCommands ( ) : IFolderCommands
return IFolderCommands

GetNonExistingFolderPath() protected abstract method

protected abstract GetNonExistingFolderPath ( ) : string
return string